Package | Description |
---|---|
com.oracle.bmc.vnmonitoring.model |
Modifier and Type | Method and Description |
---|---|
Vnic.Builder |
Vnic.Builder.availabilityDomain(String availabilityDomain)
The VNIC’s availability domain.
|
static Vnic.Builder |
Vnic.builder()
Create a new builder.
|
Vnic.Builder |
Vnic.Builder.compartmentId(String compartmentId)
The OCID
of the compartment containing the VNIC.
|
Vnic.Builder |
Vnic.Builder.copy(Vnic model) |
Vnic.Builder |
Vnic.Builder.definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
Vnic.Builder |
Vnic.Builder.displayName(String displayName)
A user-friendly name.
|
Vnic.Builder |
Vnic.Builder.freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
Vnic.Builder |
Vnic.Builder.hostnameLabel(String hostnameLabel)
The hostname for the VNIC’s primary private IP.
|
Vnic.Builder |
Vnic.Builder.id(String id)
The OCID
of the VNIC.
|
Vnic.Builder |
Vnic.Builder.isPrimary(Boolean isPrimary)
Whether the VNIC is the primary VNIC (the VNIC that is automatically created and attached
during instance launch).
|
Vnic.Builder |
Vnic.Builder.lifecycleState(Vnic.LifecycleState lifecycleState)
The current state of the VNIC.
|
Vnic.Builder |
Vnic.Builder.macAddress(String macAddress)
The MAC address of the VNIC.
|
Vnic.Builder |
Vnic.Builder.nsgIds(List<String> nsgIds)
A list of the OCIDs of the network security groups that the VNIC belongs to.
|
Vnic.Builder |
Vnic.Builder.privateIp(String privateIp)
The private IP address of the primary
privateIp object on the VNIC. |
Vnic.Builder |
Vnic.Builder.publicIp(String publicIp)
The public IP address of the VNIC, if one is assigned.
|
Vnic.Builder |
Vnic.Builder.skipSourceDestCheck(Boolean skipSourceDestCheck)
Whether the source/destination check is disabled on the VNIC.
|
Vnic.Builder |
Vnic.Builder.subnetId(String subnetId)
The OCID
of the subnet the VNIC is in.
|
Vnic.Builder |
Vnic.Builder.timeCreated(Date timeCreated)
The date and time the VNIC was created, in the format defined by
RFC3339.
|
Vnic.Builder |
Vnic.toBuilder() |
Vnic.Builder |
Vnic.Builder.vlanId(String vlanId)
If the VNIC belongs to a VLAN as part of the Oracle Cloud VMware Solution (instead of
belonging to a subnet), the
vlanId is the
OCID of
the VLAN the VNIC is in. |
Copyright © 2016–2024. All rights reserved.