Show / Hide Table of Contents

Class OlvmVmStatus

The current status of the virtual machine.

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

Properties

Status

Declaration
[JsonProperty(PropertyName = "status")]
[JsonConverter(typeof(StringEnumConverter))]
public OlvmVmStatus.StatusEnum? Status { get; set; }
Property Value
Type Description
OlvmVmStatus.StatusEnum?

Type representing a status of a virtual machine.

In this article
Back to top