Class InstanceSummary
Condensed instance data when listing instances in an instance pool.
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class InstanceSummary
  Properties
AvailabilityDomain
Declaration
[Required(ErrorMessage = "AvailabilityDomain is required.")]
[JsonProperty(PropertyName = "availabilityDomain")]
public string AvailabilityDomain { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | The availability domain the instance is running in.  | 
      
Remarks
Required
CompartmentId
Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | The OCID of the compartment that contains the instance.  | 
      
Remarks
Required
DisplayName
Declaration
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.  | 
      
FaultDomain
Declaration
[JsonProperty(PropertyName = "faultDomain")]
public string FaultDomain { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | The fault domain the instance is running in.  | 
      
Id
Declaration
[Required(ErrorMessage = "Id is required.")]
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | The OCID of the instance.  | 
      
Remarks
Required
InstanceConfigurationId
Declaration
[Required(ErrorMessage = "InstanceConfigurationId is required.")]
[JsonProperty(PropertyName = "instanceConfigurationId")]
public string InstanceConfigurationId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | The OCID of the instance confgiuration used to create the instance.  | 
      
Remarks
Required
LoadBalancerBackends
Declaration
[JsonProperty(PropertyName = "loadBalancerBackends")]
public List<InstancePoolInstanceLoadBalancerBackend> LoadBalancerBackends { get; set; }
  Property Value
| Type | Description | 
|---|---|
| List<InstancePoolInstanceLoadBalancerBackend> | The load balancer backends that are configured for the instance pool instance.  | 
      
Region
Declaration
[Required(ErrorMessage = "Region is required.")]
[JsonProperty(PropertyName = "region")]
public string Region { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | The region that contains the availability domain the instance is running in.  | 
      
Remarks
Required
Shape
Declaration
[JsonProperty(PropertyName = "shape")]
public string Shape { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | The shape of an instance. The shape determines the number of CPUs, amount of memory,
and other resources allocated to the instance.
  | 
      
State
Declaration
[Required(ErrorMessage = "State is required.")]
[JsonProperty(PropertyName = "state")]
public string State { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | The current state of the instance pool instance.  | 
      
Remarks
Required
TimeCreated
Declaration
[Required(ErrorMessage = "TimeCreated is required.")]
[JsonProperty(PropertyName = "timeCreated")]
public DateTime? TimeCreated { get; set; }
  Property Value
| Type | Description | 
|---|---|
| DateTime? | The date and time the instance pool instance was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z  | 
      
Remarks
Required