Package | Description |
---|---|
com.oracle.bmc.core.model |
Modifier and Type | Method and Description |
---|---|
VnicAttachment.Builder |
VnicAttachment.Builder.availabilityDomain(String availabilityDomain)
The availability domain of the instance.
|
static VnicAttachment.Builder |
VnicAttachment.builder()
Create a new builder.
|
VnicAttachment.Builder |
VnicAttachment.Builder.compartmentId(String compartmentId)
The OCID of the compartment the VNIC attachment is in, which is the same compartment the
instance is in.
|
VnicAttachment.Builder |
VnicAttachment.Builder.copy(VnicAttachment model) |
VnicAttachment.Builder |
VnicAttachment.Builder.displayName(String displayName)
A user-friendly name.
|
VnicAttachment.Builder |
VnicAttachment.Builder.id(String id)
The OCID of the VNIC attachment.
|
VnicAttachment.Builder |
VnicAttachment.Builder.instanceId(String instanceId)
The OCID of the instance.
|
VnicAttachment.Builder |
VnicAttachment.Builder.lifecycleState(VnicAttachment.LifecycleState lifecycleState)
The current state of the VNIC attachment.
|
VnicAttachment.Builder |
VnicAttachment.Builder.nicIndex(Integer nicIndex)
Which physical network interface card (NIC) the VNIC uses.
|
VnicAttachment.Builder |
VnicAttachment.Builder.subnetId(String subnetId)
The OCID of the subnet to create the VNIC in.
|
VnicAttachment.Builder |
VnicAttachment.Builder.timeCreated(Date timeCreated)
The date and time the VNIC attachment was created, in the format defined by
RFC3339.
|
VnicAttachment.Builder |
VnicAttachment.toBuilder() |
VnicAttachment.Builder |
VnicAttachment.Builder.vlanId(String vlanId)
The OCID of the VLAN to create the VNIC in.
|
VnicAttachment.Builder |
VnicAttachment.Builder.vlanTag(Integer vlanTag)
The Oracle-assigned VLAN tag of the attached VNIC.
|
VnicAttachment.Builder |
VnicAttachment.Builder.vnicId(String vnicId)
The OCID of the VNIC.
|
Copyright © 2016–2024. All rights reserved.