Show / Hide Table of Contents

Class SetRestartOrderServerCollection

This object contains a collection of the servers with updated restart order in a WebLogic domain.

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

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<SetRestartOrderServerSummary> Items { get; set; }
Property Value
Type Description
List<SetRestartOrderServerSummary>

List of servers with updated restart order in a WebLogic Domain.

Remarks

Required

In this article
Back to top