Show / Hide Table of Contents

Class OlvmNicConfiguration

The type describes the configuration of a virtual network interface.

Inheritance
object
OlvmNicConfiguration
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CloudmigrationsService.Models
Assembly: OCI.DotNetSDK.Cloudmigrations.dll
Syntax
public class OlvmNicConfiguration

Properties

BootProtocol

Declaration
[JsonProperty(PropertyName = "bootProtocol")]
public OlvmBootProtocol BootProtocol { get; set; }
Property Value
Type Description
OlvmBootProtocol

Ip

Declaration
[JsonProperty(PropertyName = "ip")]
public OlvmIp Ip { get; set; }
Property Value
Type Description
OlvmIp

Ipv6

Declaration
[JsonProperty(PropertyName = "ipv6")]
public OlvmIp Ipv6 { get; set; }
Property Value
Type Description
OlvmIp

Ipv6BootProtocol

Declaration
[JsonProperty(PropertyName = "ipv6BootProtocol")]
public OlvmBootProtocol Ipv6BootProtocol { get; set; }
Property Value
Type Description
OlvmBootProtocol

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.

In this article
Back to top