Class GroupArgs
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.AliCloud.Ram
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GroupArgs : ResourceArgs
Constructors
View SourceGroupArgs()
Declaration
public GroupArgs()
Properties
View SourceComments
Comment of the RAM group. This parameter can have a string of 1 to 128 characters.
Declaration
public Input<string> Comments { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Force
This parameter is used for resource destroy. Default value is false.
Declaration
public Input<bool> Force { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Name
Name of the RAM group. This name can have a string of 1 to 128 characters, must contain only alphanumeric characters or hyphen "-", and must not begin with a hyphen.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |