Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ComputeInstanceMovableVnicMapping

Source VNIC to destination subnet mapping for a movable compute instance.

Properties

Optional destinationNsgIdList

destinationNsgIdList: Array<string>

A list of OCIDs of network security groups (NSG) in the destination region which should be assigned to the source VNIC.

Example: {@code [ ocid1.networksecuritygroup.oc1..uniqueID, ocid1.networksecuritygroup.oc1..uniqueID ]}

Optional destinationPrimaryPrivateIpAddress

destinationPrimaryPrivateIpAddress: undefined | string

The private IP address to be assigned as the VNIC's primary IP address in the destination subnet. This must be a valid IP address in the destination subnet and the IP address must be available.

Example: {@code 10.0.3.3}

Optional destinationPrimaryPrivateIpHostnameLabel

destinationPrimaryPrivateIpHostnameLabel: undefined | string

The hostname label to be assigned in the destination subnet for the primary private IP of the source VNIC. This label is the hostname portion of the private IP's fully qualified domain name (FQDN) (for example, 'myhost1' in the FQDN 'myhost1.subnet123.vcn1.oraclevcn.com').

Example: {@code myhost1}

destinationSubnetId

destinationSubnetId: string

The OCID of the destination subnet to which the source VNIC should connect.

Example: {@code ocid1.subnet.oc1..uniqueID}

sourceVnicId

sourceVnicId: string

The OCID of the source VNIC.

Example: {@code ocid1.vnic.oc1..uniqueID}

Functions

getDeserializedJsonObj

getJsonObj