Class InstanceNetworkAttachment
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.is.vpc.v1.model.InstanceNetworkAttachment
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class InstanceNetworkAttachment
extends com.ibm.cloud.sdk.core.service.model.GenericModel
InstanceNetworkAttachment.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
The lifecycle state of the instance network attachment.static interface
The resource type.static interface
The instance network attachment type. -
Method Summary
Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
getCreatedAt
Gets the createdAt. The date and time that the instance network attachment was created.- Returns:
- the createdAt
-
getHref
Gets the href. The URL for this instance network attachment.- Returns:
- the href
-
getId
Gets the id. The unique identifier for this instance network attachment.- Returns:
- the id
-
getLifecycleState
Gets the lifecycleState. The lifecycle state of the instance network attachment.- Returns:
- the lifecycleState
-
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
-
getPortSpeed
Gets the portSpeed. The port speed for this instance network attachment in Mbps.- Returns:
- the portSpeed
-
getPrimaryIp
Gets the primaryIp. The primary IP address of the virtual network interface for the instance network attachment.- Returns:
- the primaryIp
-
getResourceType
-
getSubnet
Gets the subnet. The subnet of the virtual network interface for the instance network attachment.- Returns:
- the subnet
-
getType
-
getVirtualNetworkInterface
Gets the virtualNetworkInterface. The virtual network interface for this instance network attachment.- Returns:
- the virtualNetworkInterface
-