IngressAclEntriesProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Vpc;
new IngressAclEntriesProperty {
object Policy,
object Port,
object Protocol,
object Description = null,
object EntryType = null,
object NetworkAclEntryName = null,
object SourceCidrIp = null
};
Properties
PolicyRequired
public object Policy { get; set; }
PortRequired
public object Port { get; set; }
ProtocolRequired
public object Protocol { get; set; }
DescriptionOptional
public object Description { get; set; }
EntryTypeOptional
public object EntryType { get; set; }
NetworkAclEntryNameOptional
public object NetworkAclEntryName { get; set; }
SourceCidrIpOptional
public object SourceCidrIp { get; set; }