Package com.ibm.cloud.is.vpc.v1.model
Class InstanceNetworkAttachmentReference
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.InstanceNetworkAttachmentReference
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class InstanceNetworkAttachmentReference extends com.ibm.cloud.sdk.core.service.model.GenericModel
InstanceNetworkAttachmentReference.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
InstanceNetworkAttachmentReference.ResourceType
The resource type.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Deleted
getDeleted()
Gets the deleted.String
getHref()
Gets the href.String
getId()
Gets the id.String
getName()
Gets the name.ReservedIPReference
getPrimaryIp()
Gets the primaryIp.String
getResourceType()
Gets the resourceType.SubnetReference
getSubnet()
Gets the subnet.VirtualNetworkInterfaceReferenceAttachmentContext
getVirtualNetworkInterface()
Gets the virtualNetworkInterface.
-
-
-
Method Detail
-
getDeleted
public Deleted getDeleted()
Gets the deleted. If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.- Returns:
- the deleted
-
getHref
public String getHref()
Gets the href. The URL for this instance network attachment.- Returns:
- the href
-
getId
public String getId()
Gets the id. The unique identifier for this instance network attachment.- Returns:
- the id
-
getName
public String getName()
Gets the name. The name for this instance network attachment. The name is unique across all network attachments for the instance.- Returns:
- the name
-
getPrimaryIp
public ReservedIPReference getPrimaryIp()
Gets the primaryIp. The primary IP address of the virtual network interface for the instance network attachment.- Returns:
- the primaryIp
-
getResourceType
public String getResourceType()
Gets the resourceType. The resource type.- Returns:
- the resourceType
-
getSubnet
public SubnetReference getSubnet()
Gets the subnet. The subnet of the virtual network interface for the instance network attachment.- Returns:
- the subnet
-
getVirtualNetworkInterface
public VirtualNetworkInterfaceReferenceAttachmentContext getVirtualNetworkInterface()
Gets the virtualNetworkInterface. The virtual network interface for this instance network attachment.- Returns:
- the virtualNetworkInterface
-
-