Skip to content

SecurityGroupEgressProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ens;
new SecurityGroupEgressProperty {
    object IpProtocol,
    object PortRange,
    object DestCidrIp = null,
    object Policy = null,
    object Priority = null,
    object SourcePortRange = null
};

Properties

Name Type Description
IpProtocol object No description.
PortRange object No description.
DestCidrIp object No description.
Policy object No description.
Priority object No description.
SourcePortRange object No description.

IpProtocolRequired

public object IpProtocol { get; set; }
  • Type: object

PortRangeRequired

public object PortRange { get; set; }
  • Type: object

DestCidrIpOptional

public object DestCidrIp { get; set; }
  • Type: object

PolicyOptional

public object Policy { get; set; }
  • Type: object

PriorityOptional

public object Priority { get; set; }
  • Type: object

SourcePortRangeOptional

public object SourcePortRange { get; set; }
  • Type: object