Show / Hide Table of Contents

Class OlvmHostStatus

Type representing a host status.

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

Properties

Status

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

Type representing a host status.

In this article
Back to top