NetworkAdapterConfigurationPublicIpAddresses Property
|
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<PublicIpAddressDetails> PublicIpAddresses { get; set; }<DataMemberAttribute>
Public Property PublicIpAddresses As List(Of PublicIpAddressDetails)
Get
Set
public:
[DataMemberAttribute]
property List<PublicIpAddressDetails^>^ PublicIpAddresses {
List<PublicIpAddressDetails^>^ get ();
void set (List<PublicIpAddressDetails^>^ value);
}[<DataMemberAttribute>]
member PublicIpAddresses : List<PublicIpAddressDetails> with get, set
function get PublicIpAddresses () : List<PublicIpAddressDetails>
function set PublicIpAddresses (value : List<PublicIpAddressDetails>)
Property Value
Type:
ListPublicIpAddressDetails
See Also