Skip to content

SecurityGroupIngressProperty

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs"
&alicloudroscdkecs.SecurityGroupIngressProperty {
    IpProtocol: interface{},
    PortRange: interface{},
    Description: interface{},
    DestCidrIp: interface{},
    Ipv6DestCidrIp: interface{},
    Ipv6SourceCidrIp: interface{},
    NicType: interface{},
    Policy: interface{},
    Priority: interface{},
    SourceCidrIp: interface{},
    SourceGroupId: interface{},
    SourceGroupOwnerAccount: interface{},
    SourceGroupOwnerId: interface{},
    SourcePortRange: interface{},
    SourcePrefixListId: interface{},
}

Properties

Name Type Description
IpProtocol interface{} No description.
PortRange interface{} No description.
Description interface{} No description.
DestCidrIp interface{} No description.
Ipv6DestCidrIp interface{} No description.
Ipv6SourceCidrIp interface{} No description.
NicType interface{} No description.
Policy interface{} No description.
Priority interface{} No description.
SourceCidrIp interface{} No description.
SourceGroupId interface{} No description.
SourceGroupOwnerAccount interface{} No description.
SourceGroupOwnerId interface{} No description.
SourcePortRange interface{} No description.
SourcePrefixListId interface{} No description.

IpProtocolRequired

IpProtocol interface{}
  • Type: interface{}

PortRangeRequired

PortRange interface{}
  • Type: interface{}

DescriptionOptional

Description interface{}
  • Type: interface{}

DestCidrIpOptional

DestCidrIp interface{}
  • Type: interface{}

Ipv6DestCidrIpOptional

Ipv6DestCidrIp interface{}
  • Type: interface{}

Ipv6SourceCidrIpOptional

Ipv6SourceCidrIp interface{}
  • Type: interface{}

NicTypeOptional

NicType interface{}
  • Type: interface{}

PolicyOptional

Policy interface{}
  • Type: interface{}

PriorityOptional

Priority interface{}
  • Type: interface{}

SourceCidrIpOptional

SourceCidrIp interface{}
  • Type: interface{}

SourceGroupIdOptional

SourceGroupId interface{}
  • Type: interface{}

SourceGroupOwnerAccountOptional

SourceGroupOwnerAccount interface{}
  • Type: interface{}

SourceGroupOwnerIdOptional

SourceGroupOwnerId interface{}
  • Type: interface{}

SourcePortRangeOptional

SourcePortRange interface{}
  • Type: interface{}

SourcePrefixListIdOptional

SourcePrefixListId interface{}
  • Type: interface{}