Class DatacenterState
Inherited Members
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 DatacenterState : ResourceArgs
Constructors
View SourceDatacenterState()
Declaration
public DatacenterState()
Properties
View SourceCustomAttributes
Map of custom attribute ids to value strings to set for datacenter resource. See [here][docs-setting-custom-attributes] for a reference on how to set values for custom attributes.
Declaration
public InputMap<string> CustomAttributes { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
Folder
The folder where the datacenter should be created. Forces a new resource if changed.
Declaration
public Input<string> Folder { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Moid
Managed object ID of this datacenter.
Declaration
public Input<string> Moid { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the datacenter. This name needs to be unique within the folder. Forces a new resource if changed.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
The IDs of any tags to attach to this resource.
Declaration
public InputList<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |