Class OlvmSerialNumber
Serial number object in OLVM
Inherited Members
Namespace: Oci.CloudmigrationsService.Models
Assembly: OCI.DotNetSDK.Cloudmigrations.dll
Syntax
public class OlvmSerialNumber
Properties
Policy
Declaration
[JsonProperty(PropertyName = "policy")]
[JsonConverter(typeof(StringEnumConverter))]
public OlvmSerialNumber.PolicyEnum? Policy { get; set; }
Property Value
| Type | Description |
|---|---|
| OlvmSerialNumber.PolicyEnum? | Type representing the policy of a Serial Number |
Value
Declaration
[JsonProperty(PropertyName = "value")]
public string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Value of the serial number policy. |