Show / Hide Table of Contents

Class OlvmSerialNumber

Serial number object in OLVM

Inheritance
object
OlvmSerialNumber
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 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.

In this article
Back to top