Package | Description |
---|---|
com.oracle.bmc.disasterrecovery.model |
Modifier and Type | Method and Description |
---|---|
static ComputeInstanceMovableVnicMapping.Builder |
ComputeInstanceMovableVnicMapping.builder()
Create a new builder.
|
ComputeInstanceMovableVnicMapping.Builder |
ComputeInstanceMovableVnicMapping.Builder.copy(ComputeInstanceMovableVnicMapping model) |
ComputeInstanceMovableVnicMapping.Builder |
ComputeInstanceMovableVnicMapping.Builder.destinationNsgIdList(List<String> destinationNsgIdList)
A list of OCIDs of network security groups (NSG) in the destination region which should
be assigned to the source VNIC.
|
ComputeInstanceMovableVnicMapping.Builder |
ComputeInstanceMovableVnicMapping.Builder.destinationPrimaryPrivateIpAddress(String destinationPrimaryPrivateIpAddress)
The private IP address to be assigned as the VNIC’s primary IP address in the destination
subnet.
|
ComputeInstanceMovableVnicMapping.Builder |
ComputeInstanceMovableVnicMapping.Builder.destinationPrimaryPrivateIpHostnameLabel(String destinationPrimaryPrivateIpHostnameLabel)
The hostname label to be assigned in the destination subnet for the primary private IP of
the source VNIC.
|
ComputeInstanceMovableVnicMapping.Builder |
ComputeInstanceMovableVnicMapping.Builder.destinationSubnetId(String destinationSubnetId)
The OCID of the destination subnet to which the source VNIC should connect.
|
ComputeInstanceMovableVnicMapping.Builder |
ComputeInstanceMovableVnicMapping.Builder.sourceVnicId(String sourceVnicId)
The OCID of the source VNIC.
|
ComputeInstanceMovableVnicMapping.Builder |
ComputeInstanceMovableVnicMapping.toBuilder() |
Copyright © 2016–2024. All rights reserved.