Class OlvmBootProtocol
Defines the options of the IP address assignment method to a NIC.
Inherited Members
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. |