Click or drag to resize
PublicIPNetworkAssociation Class
Represents an association between a Public IP and a RackConnect Cloud Network.
Inheritance Hierarchy
SystemObject
  Rackspace.RackConnect.v3NetworkReference
    Rackspace.RackConnect.v3PublicIPNetworkAssociation

Namespace: Rackspace.RackConnect.v3
Assembly: Rackspace (in Rackspace.dll) Version: 0.2.0+Branch.master.Sha.9ad6ce59ab4f7b2400f7a7c9c086aa1c5ea11c4e
Syntax
public class PublicIPNetworkAssociation : NetworkReference

The PublicIPNetworkAssociation type exposes the following members.

Constructors
  NameDescription
Public methodPublicIPNetworkAssociation
Initializes a new instance of the PublicIPNetworkAssociation class
Top
Properties
  NameDescription
Public propertyCIDR
The CIDR.
(Inherited from NetworkReference.)
Public propertyCreated
Timestamp when the network was created.
(Inherited from NetworkReference.)
Public propertyId
The network identifier.
(Inherited from NetworkReference.)
Public propertyName
The network name.
(Inherited from NetworkReference.)
Public propertyPrivateIPv4Address
The private IP (v4) address on the network.
Public propertyUpdated
Timestamp when the network was last updated.
(Inherited from NetworkReference.)
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also