Describes a network interface attachment.
Example #1
0
 /// <summary>
 /// Sets the network interface attachment.
 /// </summary>
 /// <param name="attachment">Network Interface Attachment</param>
 /// <returns>this instance</returns>
 public InstanceNetworkInterface WithAttachment(InstanceNetworkInterfaceAttachment attachment)
 {
     this.instanceNetworkInterfaceAttachmentField = attachment;
     return(this);
 }
 /// <summary>
 /// Sets the Attachment property
 /// </summary>
 /// <param name="attachment">Network Interface Attachment</param>
 /// <returns>this instance</returns>
 public InstanceNetworkInterface WithAttachment(InstanceNetworkInterfaceAttachment attachment)
 {
     this.instanceNetworkInterfaceAttachmentField = attachment;
     return this;
 }