Describes association information for an Elastic IP address.

 /// <summary>
 /// Sets the Association property
 /// </summary>
 /// <param name="association">Instance Network Interface Association.</param>
 /// <returns>this instance</returns>
 public InstancePrivateIpAddress WithAssociation(InstanceNetworkInterfaceAssociation association)
 {
     this.associationField = association;
     return this;
 }
 /// <summary>
 /// Sets the Association property
 /// </summary>
 /// <param name="association">Instance Network Interface Association</param>
 /// <returns>this instance</returns>
 public InstanceNetworkInterface WithAssociation(InstanceNetworkInterfaceAssociation association)
 {
     this.instanceNetworkInterfaceAssociationField = association;
     return this;
 }
예제 #3
0
 /// <summary>
 /// Sets the association information for an Elastic IP associated with the network interface.
 /// </summary>
 /// <param name="association">Instance Network Interface Association</param>
 /// <returns>this instance</returns>
 public InstanceNetworkInterface WithAssociation(InstanceNetworkInterfaceAssociation association)
 {
     this.instanceNetworkInterfaceAssociationField = association;
     return(this);
 }
예제 #4
0
 /// <summary>
 /// Sets the Association property
 /// </summary>
 /// <param name="association">Instance Network Interface Association.</param>
 /// <returns>this instance</returns>
 public InstancePrivateIpAddress WithAssociation(InstanceNetworkInterfaceAssociation association)
 {
     this.associationField = association;
     return(this);
 }