Skip to content

SecurityGroupEgressProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ecs;
new SecurityGroupEgressProperty {
    object IpProtocol,
    object PortRange,
    object Description = null,
    object DestCidrIp = null,
    object DestGroupId = null,
    object DestGroupOwnerAccount = null,
    object DestGroupOwnerId = null,
    object DestPrefixListId = null,
    object Ipv6DestCidrIp = null,
    object Ipv6SourceCidrIp = null,
    object NicType = null,
    object Policy = null,
    object Priority = null,
    object SourceCidrIp = null,
    object SourcePortRange = null
};

Properties

Name Type Description
IpProtocol object No description.
PortRange object No description.
Description object No description.
DestCidrIp object No description.
DestGroupId object No description.
DestGroupOwnerAccount object No description.
DestGroupOwnerId object No description.
DestPrefixListId object No description.
Ipv6DestCidrIp object No description.
Ipv6SourceCidrIp object No description.
NicType object No description.
Policy object No description.
Priority object No description.
SourceCidrIp object No description.
SourcePortRange object No description.

IpProtocolRequired

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

PortRangeRequired

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

DescriptionOptional

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

DestCidrIpOptional

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

DestGroupIdOptional

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

DestGroupOwnerAccountOptional

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

DestGroupOwnerIdOptional

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

DestPrefixListIdOptional

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

Ipv6DestCidrIpOptional

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

Ipv6SourceCidrIpOptional

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

NicTypeOptional

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

PolicyOptional

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

PriorityOptional

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

SourceCidrIpOptional

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

SourcePortRangeOptional

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