Class ResourceInfo
The Resource Info.
Inherited Members
Namespace: Oci.DblmService.Models
Assembly: OCI.DotNetSDK.Dblm.dll
Syntax
public class ResourceInfo
Properties
AgentId
Declaration
[JsonProperty(PropertyName = "agentId")]
public string AgentId { get; set; }
Property Value
Type | Description |
---|---|
string | The agent Id of the agent managing the resource. |
ConnectorId
Declaration
[Required(ErrorMessage = "ConnectorId is required.")]
[JsonProperty(PropertyName = "connectorId")]
public string ConnectorId { get; set; }
Property Value
Type | Description |
---|---|
string | The connector Id of the resource. |
Remarks
Required
DbPlatformType
Declaration
[Required(ErrorMessage = "DbPlatformType is required.")]
[JsonProperty(PropertyName = "dbPlatformType")]
public string DbPlatformType { get; set; }
Property Value
Type | Description |
---|---|
string | The platform type of the resource. |
Remarks
Required
DbVersion
Declaration
[Required(ErrorMessage = "DbVersion is required.")]
[JsonProperty(PropertyName = "dbVersion")]
public string DbVersion { get; set; }
Property Value
Type | Description |
---|---|
string | The version of the resource. |
Remarks
Required
DeploymentType
Declaration
[Required(ErrorMessage = "DeploymentType is required.")]
[JsonProperty(PropertyName = "deploymentType")]
public string DeploymentType { get; set; }
Property Value
Type | Description |
---|---|
string | The deployment type of the resource. |
Remarks
Required
HostInfo
Declaration
[Required(ErrorMessage = "HostInfo is required.")]
[JsonProperty(PropertyName = "hostInfo")]
public List<HostInfo> HostInfo { get; set; }
Property Value
Type | Description |
---|---|
List<HostInfo> | host info objects |
Remarks
Required
IsClusterDb
Declaration
[JsonProperty(PropertyName = "isClusterDb")]
public bool? IsClusterDb { get; set; }
Property Value
Type | Description |
---|---|
bool? | True if it is a cluster db. |
LicenseType
Declaration
[Required(ErrorMessage = "LicenseType is required.")]
[JsonProperty(PropertyName = "licenseType")]
public string LicenseType { get; set; }
Property Value
Type | Description |
---|---|
string | The License Type of the resource. |
Remarks
Required
ResourceCompartmentId
Declaration
[Required(ErrorMessage = "ResourceCompartmentId is required.")]
[JsonProperty(PropertyName = "resourceCompartmentId")]
public string ResourceCompartmentId { get; set; }
Property Value
Type | Description |
---|---|
string | The compartmentId of the resource. |
Remarks
Required
ResourceId
Declaration
[Required(ErrorMessage = "ResourceId is required.")]
[JsonProperty(PropertyName = "resourceId")]
public string ResourceId { get; set; }
Property Value
Type | Description |
---|---|
string | The Id of the resource. |
Remarks
Required
ResourceName
Declaration
[Required(ErrorMessage = "ResourceName is required.")]
[JsonProperty(PropertyName = "resourceName")]
public string ResourceName { get; set; }
Property Value
Type | Description |
---|---|
string | The name of the resource. |
Remarks
Required
ResourceType
Declaration
[Required(ErrorMessage = "ResourceType is required.")]
[JsonProperty(PropertyName = "resourceType")]
public string ResourceType { get; set; }
Property Value
Type | Description |
---|---|
string | The type of the resource. |
Remarks
Required