Show / Hide Table of Contents

Class OlvmBootProtocol

Defines the options of the IP address assignment method to a NIC.

Inheritance
object
OlvmBootProtocol
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 OlvmBootProtocol

Properties

Protocol

Declaration
[JsonProperty(PropertyName = "protocol")]
[JsonConverter(typeof(StringEnumConverter))]
public OlvmBootProtocol.ProtocolEnum? Protocol { get; set; }
Property Value
Type Description
OlvmBootProtocol.ProtocolEnum?

IP address assignment methods to a NIC.

In this article
Back to top