Class WlsDomainSummary
The summary information about a Weblogic domain.
Inherited Members
Namespace: Oci.WlmsService.Models
Assembly: OCI.DotNetSDK.Wlms.dll
Syntax
public class WlsDomainSummaryProperties
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
DefinedTags
Declaration
[JsonProperty(PropertyName = "definedTags")]
public Dictionary<string, Dictionary<string, object>> DefinedTags { get; set; }Property Value
| Type | Description | 
|---|---|
| Dictionary<string, Dictionary<string, object>> | Defined tags for this resource. Each key is predefined and scoped to a namespace.
For more information, see Resource Tags.
 | 
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
FreeformTags
Declaration
[JsonProperty(PropertyName = "freeformTags")]
public Dictionary<string, string> FreeformTags { get; set; }Property Value
| Type | Description | 
|---|---|
| Dictionary<string, string> | Free-form tags for this resource. Each tag is a key-value pair with no predefined name, type, or namespace.
For more information, see Resource Tags.
 | 
Id
Declaration
[Required(ErrorMessage = "Id is required.")]
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of the WebLogic domain. | 
Remarks
Required
LifecycleDetails
Declaration
[JsonProperty(PropertyName = "lifecycleDetails")]
public string LifecycleDetails { get; set; }Property Value
| Type | Description | 
|---|---|
| string | A message that describes the current state of the WebLogic domain in more detail. For example, can be used to provide actionable information for a resource in the 'Failed' state. | 
LifecycleState
Declaration
[Required(ErrorMessage = "LifecycleState is required.")]
[JsonProperty(PropertyName = "lifecycleState")]
[JsonConverter(typeof(ResponseEnumConverter))]
public WlsDomain.LifecycleStateEnum? LifecycleState { get; set; }Property Value
| Type | Description | 
|---|---|
| WlsDomain.LifecycleStateEnum? | The current state of the WebLogic domain. | 
Remarks
Required
MiddlewareType
Declaration
[JsonProperty(PropertyName = "middlewareType")]
public string MiddlewareType { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The middleware type on the administration server of the WebLogic domain. | 
PatchReadinessStatus
Declaration
[JsonProperty(PropertyName = "patchReadinessStatus")]
[JsonConverter(typeof(ResponseEnumConverter))]
public PatchReadinessStatus? PatchReadinessStatus { get; set; }Property Value
| Type | Description | 
|---|---|
| PatchReadinessStatus? | The patch readiness status of the WebLogic domain. | 
SystemTags
Declaration
[JsonProperty(PropertyName = "systemTags")]
public Dictionary<string, Dictionary<string, object>> SystemTags { get; set; }Property Value
| Type | Description | 
|---|---|
| Dictionary<string, Dictionary<string, object>> | System tags for this resource. Each key is predefined and scoped to a namespace.
 | 
TimeCreated
Declaration
[JsonProperty(PropertyName = "timeCreated")]
public DateTime? TimeCreated { get; set; }Property Value
| Type | Description | 
|---|---|
| DateTime? | The date and time the WebLogic domain was created (in RFC 3339 format).
 | 
TimeUpdated
Declaration
[JsonProperty(PropertyName = "timeUpdated")]
public DateTime? TimeUpdated { get; set; }Property Value
| Type | Description | 
|---|---|
| DateTime? | The date and time the WebLogic domain was updated (in RFC 3339 format).
 | 
WeblogicVersion
Declaration
[JsonProperty(PropertyName = "weblogicVersion")]
public string WeblogicVersion { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The version of the WebLogic domain. |