Method | Description | |
---|---|---|
AssociateAddressRequest ( ) : System |
Empty constructor used to set properties independently even when a simple constructor is available
|
|
AssociateAddressRequest ( string instanceId, string publicIp ) : System |
Instantiates AssociateAddressRequest with the parameterized properties
|
Method | Description | |
---|---|---|
IsSetAllocationId ( ) : bool | ||
IsSetAllowReassociation ( ) : bool | ||
IsSetInstanceId ( ) : bool | ||
IsSetNetworkInterfaceId ( ) : bool | ||
IsSetPrivateIpAddress ( ) : bool | ||
IsSetPublicIp ( ) : bool |
public AssociateAddressRequest ( string instanceId, string publicIp ) : System | ||
instanceId | string | The ID of the instance. This is required for EC2-Classic. For EC2-VPC, you can specify either the instance ID or the network interface ID, but not both. The operation fails if you specify an instance ID unless exactly one network interface is attached. |
publicIp | string | The Elastic IP address. This is required for EC2-Classic. |
return | System |