Class Server
The server object that is returned by the API to get a specific server in a WebLogic domain.
Inherited Members
Namespace: Oci.WlmsService.Models
Assembly: OCI.DotNetSDK.Wlms.dll
Syntax
public class Server
Properties
HostName
Declaration
[JsonProperty(PropertyName = "hostName")]
public string HostName { get; set; }
Property Value
Type | Description |
---|---|
string | The name of the server. |
Id
Declaration
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string | The unique identifier of the server.
|
IsAdmin
Declaration
[Required(ErrorMessage = "IsAdmin is required.")]
[JsonProperty(PropertyName = "isAdmin")]
public bool? IsAdmin { get; set; }
Property Value
Type | Description |
---|---|
bool? | Whether or not the server is an admin node. |
Remarks
Required
JdkPath
Declaration
[JsonProperty(PropertyName = "jdkPath")]
public string JdkPath { get; set; }
Property Value
Type | Description |
---|---|
string | The JDK path on the server. |
JdkVersion
Declaration
[JsonProperty(PropertyName = "jdkVersion")]
public string JdkVersion { get; set; }
Property Value
Type | Description |
---|---|
string | The JDK version on the server. |
LatestPatchesStatus
Declaration
[JsonProperty(PropertyName = "latestPatchesStatus")]
[JsonConverter(typeof(ResponseEnumConverter))]
public Server.LatestPatchesStatusEnum? LatestPatchesStatus { get; set; }
Property Value
Type | Description |
---|---|
Server.LatestPatchesStatusEnum? | Whether or not the server has installed the latest patches. |
ManagedInstanceId
Declaration
[JsonProperty(PropertyName = "managedInstanceId")]
public string ManagedInstanceId { get; set; }
Property Value
Type | Description |
---|---|
string | The managed instance ID of the server. |
MiddlewarePath
Declaration
[JsonProperty(PropertyName = "middlewarePath")]
public string MiddlewarePath { get; set; }
Property Value
Type | Description |
---|---|
string | The middleware path on the server. |
MiddlewareType
Declaration
[JsonProperty(PropertyName = "middlewareType")]
public string MiddlewareType { get; set; }
Property Value
Type | Description |
---|---|
string | The middleware type on the server. |
Name
Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string | The name of the server. |
Remarks
Required
PatchReadinessStatus
Declaration
[JsonProperty(PropertyName = "patchReadinessStatus")]
[JsonConverter(typeof(ResponseEnumConverter))]
public PatchReadinessStatus? PatchReadinessStatus { get; set; }
Property Value
Type | Description |
---|---|
PatchReadinessStatus? | The patch readiness status of the server. |
RestartOrder
Declaration
[JsonProperty(PropertyName = "restartOrder")]
public int? RestartOrder { get; set; }
Property Value
Type | Description |
---|---|
int? | The restart order assigned to the server. |
Status
Declaration
[Required(ErrorMessage = "Status is required.")]
[JsonProperty(PropertyName = "status")]
public string Status { get; set; }
Property Value
Type | Description |
---|---|
string | The status of the server. |
Remarks
Required
TimeCreated
Declaration
[JsonProperty(PropertyName = "timeCreated")]
public DateTime? TimeCreated { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The date and time the server was first reported (in RFC 3339 format).
|
TimeUpdated
Declaration
[JsonProperty(PropertyName = "timeUpdated")]
public DateTime? TimeUpdated { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The date and time the server was last reported (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 of the server |
WlsDomainId
Declaration
[JsonProperty(PropertyName = "wlsDomainId")]
public string WlsDomainId { get; set; }
Property Value
Type | Description |
---|---|
string | The ID of the WebLogic domain to which the server belongs. |
WlsDomainName
Declaration
[JsonProperty(PropertyName = "wlsDomainName")]
public string WlsDomainName { get; set; }
Property Value
Type | Description |
---|---|
string | The name of the WebLogic domain to which the server belongs. |
WlsDomainPath
Declaration
[JsonProperty(PropertyName = "wlsDomainPath")]
public string WlsDomainPath { get; set; }
Property Value
Type | Description |
---|---|
string | The path of the WebLogic domain to which the server belongs. |