Show / Hide Table of Contents

Class SetRestartOrderDetails

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

Inheritance
object
SetRestartOrderDetails
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 SetRestartOrderDetails

Properties

Servers

Declaration
[Required(ErrorMessage = "Servers is required.")]
[JsonProperty(PropertyName = "servers")]
public SetRestartOrderServerCollection Servers { get; set; }
Property Value
Type Description
SetRestartOrderServerCollection
Remarks

Required

In this article
Back to top