Skip to content

SecurityGroupIngressProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ecs;
new SecurityGroupIngressProperty {
    object IpProtocol,
    object PortRange,
    object Description = null,
    object DestCidrIp = null,
    object Ipv6DestCidrIp = null,
    object Ipv6SourceCidrIp = null,
    object NicType = null,
    object Policy = null,
    object Priority = null,
    object SourceCidrIp = null,
    object SourceGroupId = null,
    object SourceGroupOwnerAccount = null,
    object SourceGroupOwnerId = null,
    object SourcePortRange = null,
    object SourcePrefixListId = null
};

Properties

Name Type Description
IpProtocol object No description.
PortRange object No description.
Description object No description.
DestCidrIp 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.
SourceGroupId object No description.
SourceGroupOwnerAccount object No description.
SourceGroupOwnerId object No description.
SourcePortRange object No description.
SourcePrefixListId 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

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

SourceGroupIdOptional

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

SourceGroupOwnerAccountOptional

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

SourceGroupOwnerIdOptional

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

SourcePortRangeOptional

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

SourcePrefixListIdOptional

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