Instance Private Ip Address
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class InstancePrivateIpAddress
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | InstancePrivateIpAddress()()()() | Initializes a new instance of the InstancePrivateIpAddress class | 
|  | Association | 
            Instance Network Interface Association.
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | IpAddress | 
            Private IP address.
             | 
|  | IsSetAssociation()()()() | 
            Checks if the Association property is set
             | 
|  | IsSetIpAddress()()()() | 
            Checks if the IpAddress property is set
             | 
|  | IsSetPrimary()()()() | 
            Checks if the Primary property is set
             | 
|  | IsSetPrivateDnsName()()()() | 
            Checks if the PrivateDnsName property is set
             | 
|  | Primary | 
            Whether this is a primary IP.
             | 
|  | PrivateDnsName | 
            Private DNS name.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithAssociation(InstanceNetworkInterfaceAssociation) | Obsolete. 
            Sets the Instance Network Interface Association.
             | 
|  | WithIpAddress(String) | Obsolete. 
            Sets the private IP address.
             | 
|  | WithPrimary(Boolean) | Obsolete. 
            Sets whether this is a primary IP.
             | 
|  | WithPrivateDnsName(String) | Obsolete. 
            Sets the private DNS name.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | InstancePrivateIpAddress |