Show / Hide Table of Contents

Class SecurityGroupState

Inheritance
System.Object
InputArgs
ResourceArgs
SecurityGroupState
Inherited Members
ResourceArgs.Empty
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 Source

SecurityGroupState()

Declaration
public SecurityGroupState()

Properties

View Source

Description

The security group description. Defaults to null.

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
View Source

Name

The name of the security group. Defaults to null.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
View Source

Tags

A mapping of tags to assign to the resource.

Declaration
public InputMap<object> Tags { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

VpcId

The VPC ID.

Declaration
public Input<string> VpcId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.