Class ManagedInstanceSummary
The summary information about a managed instance.
Inherited Members
Namespace: Oci.WlmsService.Models
Assembly: OCI.DotNetSDK.Wlms.dll
Syntax
public class ManagedInstanceSummary
Properties
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. |
Remarks
Required
DisplayName
Declaration
[Required(ErrorMessage = "DisplayName is required.")]
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string | A user-friendly name that does not have to be unique and is changeable. |
Remarks
Required
HostName
Declaration
[Required(ErrorMessage = "HostName is required.")]
[JsonProperty(PropertyName = "hostName")]
public string HostName { get; set; }
Property Value
Type | Description |
---|---|
string | The FQDN of the managed instance. |
Remarks
Required
Id
Declaration
[Required(ErrorMessage = "Id is required.")]
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the managed instance. |
Remarks
Required
PluginStatus
Declaration
[Required(ErrorMessage = "PluginStatus is required.")]
[JsonProperty(PropertyName = "pluginStatus")]
public string PluginStatus { get; set; }
Property Value
Type | Description |
---|---|
string | The plugin status of the managed instance. |
Remarks
Required
ServerCount
Declaration
[Required(ErrorMessage = "ServerCount is required.")]
[JsonProperty(PropertyName = "serverCount")]
public int? ServerCount { get; set; }
Property Value
Type | Description |
---|---|
int? | The number of servers running in the managed 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 managed instance was first reported (in RFC 3339 format).
|
Remarks
Required
TimeUpdated
Declaration
[Required(ErrorMessage = "TimeUpdated is required.")]
[JsonProperty(PropertyName = "timeUpdated")]
public DateTime? TimeUpdated { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The date and time the managed instance was last reported (in RFC 3339 format).
|
Remarks
Required