Class SecurityGroupState
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.Ecs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class SecurityGroupState : ResourceArgs
Constructors
View SourceSecurityGroupState()
Declaration
public SecurityGroupState()
Properties
View SourceDescription
The security group description. Defaults to null.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
InnerAccess
Field 'inner_access' has been deprecated from provider version 1.55.3. Use 'inner_access_policy' replaces it.
Declaration
public Input<bool> InnerAccess { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
InnerAccessPolicy
Whether to allow both machines to access each other on all ports in the same security group. Valid values: ["Accept", "Drop"]
Declaration
public Input<string> InnerAccessPolicy { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the security group. Defaults to null.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceGroupId
The Id of resource group which the security_group belongs.
Declaration
public Input<string> ResourceGroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SecurityGroupType
The type of the security group. Valid values:
normal: basic security group.
enterprise: advanced security group For more information.
Declaration
public Input<string> SecurityGroupType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
A mapping of tags to assign to the resource.
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
VpcId
The VPC ID.
Declaration
public Input<string> VpcId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |