Skip to content

SecurityGroupEgressProperty

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs"
&alicloudroscdkecs.SecurityGroupEgressProperty {
    IpProtocol: interface{},
    PortRange: interface{},
    Description: interface{},
    DestCidrIp: interface{},
    DestGroupId: interface{},
    DestGroupOwnerAccount: interface{},
    DestGroupOwnerId: interface{},
    DestPrefixListId: interface{},
    Ipv6DestCidrIp: interface{},
    Ipv6SourceCidrIp: interface{},
    NicType: interface{},
    Policy: interface{},
    Priority: interface{},
    SourceCidrIp: interface{},
    SourcePortRange: interface{},
}

Properties

Name Type Description
IpProtocol interface{} No description.
PortRange interface{} No description.
Description interface{} No description.
DestCidrIp interface{} No description.
DestGroupId interface{} No description.
DestGroupOwnerAccount interface{} No description.
DestGroupOwnerId interface{} No description.
DestPrefixListId 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.
SourcePortRange interface{} No description.

IpProtocolRequired

IpProtocol interface{}
  • Type: interface{}

PortRangeRequired

PortRange interface{}
  • Type: interface{}

DescriptionOptional

Description interface{}
  • Type: interface{}

DestCidrIpOptional

DestCidrIp interface{}
  • Type: interface{}

DestGroupIdOptional

DestGroupId interface{}
  • Type: interface{}

DestGroupOwnerAccountOptional

DestGroupOwnerAccount interface{}
  • Type: interface{}

DestGroupOwnerIdOptional

DestGroupOwnerId interface{}
  • Type: interface{}

DestPrefixListIdOptional

DestPrefixListId 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{}

SourcePortRangeOptional

SourcePortRange interface{}
  • Type: interface{}