Class InstanceState
Describes the current state of an instance.
Inherited Members
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. |