IpAddressesRequestIpAddressResourceIds Property
|
Indica i ResouceId degli ip da associare alla scheda di rete specificata
Namespace:
Aruba.Cloud.Provisioning.Entities
Assembly:
Aruba.Cloud.Provisioning.Entities (in Aruba.Cloud.Provisioning.Entities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public List<int> IpAddressResourceIds { get; set; }<DataMemberAttribute>
Public Property IpAddressResourceIds As List(Of Integer)
Get
Set
public:
[DataMemberAttribute]
property List<int>^ IpAddressResourceIds {
List<int>^ get ();
void set (List<int>^ value);
}[<DataMemberAttribute>]
member IpAddressResourceIds : List<int> with get, set
function get IpAddressResourceIds () : List<int>
function set IpAddressResourceIds (value : List<int>)
Property Value
Type:
ListInt32
Remarks
In caso di macchine SmartVMWare tale lista verrà ignorata in quanto verrà associato lo stesso indirizzo ip definito in fase di creazione alla macchina.
See Also