Show / Hide Table of Contents

Class SetRestartOrderServerSummary

This object contains the server with updated restart order in a WebLogic domain.

Inheritance
object
SetRestartOrderServerSummary
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.WlmsService.Models
Assembly: OCI.DotNetSDK.Wlms.dll
Syntax
public class SetRestartOrderServerSummary

Properties

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

RestartOrder

Declaration
[Required(ErrorMessage = "RestartOrder is required.")]
[JsonProperty(PropertyName = "restartOrder")]
public int? RestartOrder { get; set; }
Property Value
Type Description
int?

The restart order number of the server.

Remarks

Required

In this article
Back to top