Package com.ibm.cloud.is.vpc.v1.model
Class BareMetalServerNetworkAttachmentReference
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.BareMetalServerNetworkAttachmentReference
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class BareMetalServerNetworkAttachmentReference extends com.ibm.cloud.sdk.core.service.model.GenericModelBareMetalServerNetworkAttachmentReference.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBareMetalServerNetworkAttachmentReference.ResourceTypeThe resource type.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BareMetalServerNetworkAttachmentReferenceDeletedgetDeleted()Gets the deleted.StringgetHref()Gets the href.StringgetId()Gets the id.StringgetName()Gets the name.ReservedIPReferencegetPrimaryIp()Gets the primaryIp.StringgetResourceType()Gets the resourceType.SubnetReferencegetSubnet()Gets the subnet.
-
-
-
Method Detail
-
getDeleted
public BareMetalServerNetworkAttachmentReferenceDeleted 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 bare metal server network attachment.- Returns:
- the href
-
getId
public String getId()
Gets the id. The unique identifier for this bare metal server network attachment.- Returns:
- the id
-
getName
public String getName()
Gets the name. The name for this bare metal server network attachment. The name is unique across all network attachments for the bare metal server.- Returns:
- the name
-
getPrimaryIp
public ReservedIPReference getPrimaryIp()
Gets the primaryIp. The primary IP address of the virtual network interface for the bare metal server 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 bare metal server network attachment.- Returns:
- the subnet
-
-