Class RegionInstanceGroupManagerStatefulDiskArgs
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.Gcp.Compute.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class RegionInstanceGroupManagerStatefulDiskArgs : ResourceArgs
Constructors
View SourceRegionInstanceGroupManagerStatefulDiskArgs()
Declaration
public RegionInstanceGroupManagerStatefulDiskArgs()
Properties
View SourceDeleteRule
, A value that prescribes what should happen to the stateful disk when the VM instance is deleted. The available options are NEVER and ON_PERMANENT_INSTANCE_DELETION. NEVER detatch the disk when the VM is deleted, but not delete the disk. ON_PERMANENT_INSTANCE_DELETION will delete the stateful disk when the VM is permanently deleted from the instance group. The default is NEVER.
Declaration
public Input<string> DeleteRule { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DeviceName
, The device name of the disk to be attached.
Declaration
public Input<string> DeviceName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |