@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class VnicAttachment extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Represents an attachment between a VNIC and an instance. For more information, see Virtual Network Interface Cards (VNICs).
*Warning:** Oracle recommends that you avoid using any confidential information when you
supply string values using the API.
Note: Objects should always be created or deserialized using the VnicAttachment.Builder
. This model
distinguishes fields that are null
because they are unset from fields that are explicitly
set to null
. This is done in the setter methods of the VnicAttachment.Builder
, which maintain a
set of all explicitly set fields called VnicAttachment.Builder.__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take the explicitly set
fields into account. The constructor, on the other hand, does not take the explicitly set fields
into account (since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
VnicAttachment.Builder |
static class |
VnicAttachment.LifecycleState
The current state of the VNIC attachment.
|
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
VnicAttachment(String availabilityDomain,
String compartmentId,
String displayName,
String id,
String instanceId,
VnicAttachment.LifecycleState lifecycleState,
Integer nicIndex,
String subnetId,
String vlanId,
Date timeCreated,
Integer vlanTag,
String vnicId)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static VnicAttachment.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getAvailabilityDomain()
The availability domain of the instance.
|
String |
getCompartmentId()
The OCID of the compartment the VNIC attachment is in, which is the same compartment the
instance is in.
|
String |
getDisplayName()
A user-friendly name.
|
String |
getId()
The OCID of the VNIC attachment.
|
String |
getInstanceId()
The OCID of the instance.
|
VnicAttachment.LifecycleState |
getLifecycleState()
The current state of the VNIC attachment.
|
Integer |
getNicIndex()
Which physical network interface card (NIC) the VNIC uses.
|
String |
getSubnetId()
The OCID of the subnet to create the VNIC in.
|
Date |
getTimeCreated()
The date and time the VNIC attachment was created, in the format defined by
RFC3339.
|
String |
getVlanId()
The OCID of the VLAN to create the VNIC in.
|
Integer |
getVlanTag()
The Oracle-assigned VLAN tag of the attached VNIC.
|
String |
getVnicId()
The OCID of the VNIC.
|
int |
hashCode() |
VnicAttachment.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"availabilityDomain","compartmentId","displayName","id","instanceId","lifecycleState","nicIndex","subnetId","vlanId","timeCreated","vlanTag","vnicId"}) public VnicAttachment(String availabilityDomain, String compartmentId, String displayName, String id, String instanceId, VnicAttachment.LifecycleState lifecycleState, Integer nicIndex, String subnetId, String vlanId, Date timeCreated, Integer vlanTag, String vnicId)
public static VnicAttachment.Builder builder()
Create a new builder.
public VnicAttachment.Builder toBuilder()
public String getAvailabilityDomain()
The availability domain of the instance.
Example: Uocm:PHX-AD-1
public String getCompartmentId()
The OCID of the compartment the VNIC attachment is in, which is the same compartment the instance is in.
public String getDisplayName()
A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
public String getId()
The OCID of the VNIC attachment.
public String getInstanceId()
The OCID of the instance.
public VnicAttachment.LifecycleState getLifecycleState()
The current state of the VNIC attachment.
public Integer getNicIndex()
Which physical network interface card (NIC) the VNIC uses. Certain bare metal instance shapes have two active physical NICs (0 and 1). If you add a secondary VNIC to one of these instances, you can specify which NIC the VNIC will use. For more information, see Virtual Network Interface Cards (VNICs).
public String getSubnetId()
The OCID of the subnet to create the VNIC in.
public String getVlanId()
The OCID of the VLAN to create the VNIC in. Creating the VNIC in a VLAN (instead of a subnet)
is possible only if you are an Oracle Cloud VMware Solution customer. See Vlan
.
An error is returned if the instance already has a VNIC attached to it from this VLAN.
public Date getTimeCreated()
The date and time the VNIC attachment was created, in the format defined by RFC3339.
Example: 2016-08-25T21:10:29.600Z
public Integer getVlanTag()
The Oracle-assigned VLAN tag of the attached VNIC. Available after the attachment process is complete.
However, if the VNIC belongs to a VLAN as part of the Oracle Cloud VMware Solution, the
vlanTag
value is instead the value of the vlanTag
attribute for the VLAN. See
Vlan
.
Example: 0
public String getVnicId()
The OCID of the VNIC. Available after the attachment process is complete.
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2024. All rights reserved.