Show / Hide Table of Contents

Class InstanceState

Describes the current state of an instance.

Inheritance
object
InstanceState
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CloudbridgeService.Models
Assembly: OCI.DotNetSDK.Cloudbridge.dll
Syntax
public class InstanceState

Properties

Code

Declaration
[JsonProperty(PropertyName = "code")]
public int? Code { get; set; }
Property Value
Type Description
int?

The state of the instance as a 16-bit unsigned integer.

Name

Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type Description
string

The current state of the instance.

In this article
Back to top