Skip to content

IngressRulesProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Vpc;
new IngressRulesProperty {
    object Action,
    object Protocol,
    object DestinationCidrBlock = null,
    object DestinationPortRange = null,
    object Priority = null,
    object SourceCidrBlock = null,
    object SourcePortRange = null
};

Properties

Name Type Description
Action object No description.
Protocol object No description.
DestinationCidrBlock object No description.
DestinationPortRange object No description.
Priority object No description.
SourceCidrBlock object No description.
SourcePortRange object No description.

ActionRequired

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

ProtocolRequired

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

DestinationCidrBlockOptional

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

DestinationPortRangeOptional

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

PriorityOptional

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

SourceCidrBlockOptional

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

SourcePortRangeOptional

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