| PortUpdateDefinitionFixedIPs Property |
IP addresses for the port.
Namespace: Rackspace.CloudNetworks.v2Assembly: Rackspace (in Rackspace.dll) Version: 0.2.0+Branch.master.Sha.9ad6ce59ab4f7b2400f7a7c9c086aa1c5ea11c4e
Syntax public IList<IPAddressAssociation> FixedIPs { get; set; }
Public Property FixedIPs As IList(Of IPAddressAssociation)
Get
Set
public:
property IList<IPAddressAssociation^>^ FixedIPs {
IList<IPAddressAssociation^>^ get ();
void set (IList<IPAddressAssociation^>^ value);
}
member FixedIPs : IList<IPAddressAssociation> with get, set
Property Value
Type:
IListIPAddressAssociationSee Also