Skip to content

SecurityGroupIngressProperty

Initializer

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

Properties

Name Type Description
IpProtocol object No description.
PortRange 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

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