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
Policy
Required
public object Policy { get; set; }
Port
Required
public object Port { get; set; }
Protocol
Required
public object Protocol { get; set; }
Description
Optional
public object Description { get; set; }
EntryType
Optional
public object EntryType { get; set; }
NetworkAclEntryName
Optional
public object NetworkAclEntryName { get; set; }
SourceCidrIp
Optional
public object SourceCidrIp { get; set; }