Skip to content

SecurityGroupEgressProperty

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkens"
&alicloudroscdkens.SecurityGroupEgressProperty {
    IpProtocol: interface{},
    PortRange: interface{},
    DestCidrIp: interface{},
    Policy: interface{},
    Priority: interface{},
    SourcePortRange: interface{},
}

Properties

Name Type Description
IpProtocol interface{} No description.
PortRange interface{} No description.
DestCidrIp interface{} No description.
Policy interface{} No description.
Priority interface{} No description.
SourcePortRange interface{} No description.

IpProtocolRequired

IpProtocol interface{}
  • Type: interface{}

PortRangeRequired

PortRange interface{}
  • Type: interface{}

DestCidrIpOptional

DestCidrIp interface{}
  • Type: interface{}

PolicyOptional

Policy interface{}
  • Type: interface{}

PriorityOptional

Priority interface{}
  • Type: interface{}

SourcePortRangeOptional

SourcePortRange interface{}
  • Type: interface{}