Class VirtualMachineCloneCustomizeLinuxOptionsArgs
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.Inputs
Assembly: Pulumi.VSphere.dll
Syntax
public sealed class VirtualMachineCloneCustomizeLinuxOptionsArgs : ResourceArgs
Constructors
View SourceVirtualMachineCloneCustomizeLinuxOptionsArgs()
Declaration
public VirtualMachineCloneCustomizeLinuxOptionsArgs()
Properties
View SourceDomain
Declaration
public Input<string> Domain { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
HostName
Declaration
public Input<string> HostName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
HwClockUtc
Declaration
public Input<bool> HwClockUtc { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
TimeZone
Declaration
public Input<string> TimeZone { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |