Show / Hide Table of Contents

Class ComputeClusterHostGroupArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ComputeClusterHostGroupArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.VSphere
Assembly: Pulumi.VSphere.dll
Syntax
public sealed class ComputeClusterHostGroupArgs : ResourceArgs

Constructors

View Source

ComputeClusterHostGroupArgs()

Declaration
public ComputeClusterHostGroupArgs()

Properties

View Source

ComputeClusterId

The managed object reference ID of the cluster to put the group in. Forces a new resource if changed.

Declaration
public Input<string> ComputeClusterId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

HostSystemIds

The managed object IDs of the hosts to put in the cluster.

Declaration
public InputList<string> HostSystemIds { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

Name

The name of the host group. This must be unique in the cluster. Forces a new resource if changed.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.