Show / Hide Table of Contents

Class InitialConfiguration

Details of SDDC initial configuration

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

Properties

InitialClusterConfigurations

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

The configurations for Clusters initially created in the SDDC.

Remarks

Required

In this article
Back to top