Class OlvmNicConfiguration
The type describes the configuration of a virtual network interface.
Inheritance
OlvmNicConfiguration
Assembly: OCI.DotNetSDK.Cloudmigrations.dll
Syntax
public class OlvmNicConfiguration
Properties
BootProtocol
Declaration
[JsonProperty(PropertyName = "bootProtocol")]
public OlvmBootProtocol BootProtocol { get; set; }
Property Value
Ip
Declaration
[JsonProperty(PropertyName = "ip")]
public OlvmIp Ip { get; set; }
Property Value
Ipv6
Declaration
[JsonProperty(PropertyName = "ipv6")]
public OlvmIp Ipv6 { get; set; }
Property Value
Ipv6BootProtocol
Declaration
[JsonProperty(PropertyName = "ipv6BootProtocol")]
public OlvmBootProtocol Ipv6BootProtocol { get; set; }
Property Value
IsOnBoot
Declaration
[JsonProperty(PropertyName = "isOnBoot")]
public bool? IsOnBoot { get; set; }
Property Value
| Type |
Description |
| bool? |
Specifies whether the network interface should be activated on the virtual machine guest operating system boot.
|
Name
Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
| Type |
Description |
| string |
Network interface name.
|