Interface Cluster.DefinitionStages.WithVCenterId

All Known Subinterfaces:
Cluster.Definition, Cluster.DefinitionStages.WithCreate
Enclosing interface:
Cluster.DefinitionStages

public static interface Cluster.DefinitionStages.WithVCenterId
The stage of the Cluster definition allowing to specify vCenterId.
  • Method Summary

    Modifier and Type
    Method
    Description
    withVCenterId(String vCenterId)
    Specifies the vCenterId property: Gets or sets the ARM Id of the vCenter resource in which this cluster resides..
  • Method Details

    • withVCenterId

      Cluster.DefinitionStages.WithCreate withVCenterId(String vCenterId)
      Specifies the vCenterId property: Gets or sets the ARM Id of the vCenter resource in which this cluster resides..
      Parameters:
      vCenterId - Gets or sets the ARM Id of the vCenter resource in which this cluster resides.
      Returns:
      the next definition stage.