Class ComputeInstanceVnicMappingDetails
Deprecated. Source VNIC to destination subnet mapping for a compute instance.
Inherited Members
Namespace: Oci.DisasterrecoveryService.Models
Assembly: OCI.DotNetSDK.Disasterrecovery.dll
Syntax
public class ComputeInstanceVnicMappingDetails
Properties
DestinationNsgIdList
Declaration
[JsonProperty(PropertyName = "destinationNsgIdList")]
public List<string> DestinationNsgIdList { get; set; }
Property Value
Type | Description |
---|---|
List<string> | A list of OCIDs of network security groups (NSG) in the destination region which should be assigned to
the source VNIC.
|
DestinationPrimaryPrivateIpAddress
Declaration
[JsonProperty(PropertyName = "destinationPrimaryPrivateIpAddress")]
public string DestinationPrimaryPrivateIpAddress { get; set; }
Property Value
Type | Description |
---|---|
string | The primary private IP address to be assigned to the VNIC in the destination region.
This address must belong to the destination subnet.
|
DestinationPrimaryPrivateIpHostnameLabel
Declaration
[JsonProperty(PropertyName = "destinationPrimaryPrivateIpHostnameLabel")]
public string DestinationPrimaryPrivateIpHostnameLabel { get; set; }
Property Value
Type | Description |
---|---|
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').
|
DestinationSubnetId
Declaration
[Required(ErrorMessage = "DestinationSubnetId is required.")]
[JsonProperty(PropertyName = "destinationSubnetId")]
public string DestinationSubnetId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the destination subnet to which this source VNIC should connect.
|
Remarks
Required
SourceVnicId
Declaration
[Required(ErrorMessage = "SourceVnicId is required.")]
[JsonProperty(PropertyName = "sourceVnicId")]
public string SourceVnicId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the VNIC.
|
Remarks
Required