RosTrFirewallProps
Properties for defining a RosTrFirewall
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cloudfw-trfirewall
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cloudfw;
new RosTrFirewallProps {
object CenId,
object FirewallName,
object RegionNo,
object RouteMode,
object TransitRouterId,
object FirewallDescription = null,
object FirewallSubnetCidr = null,
object FirewallVpcCidr = null,
object FirewallVpcId = null,
object FirewallVswitchId = null,
object TrAttachmentMasterCidr = null,
object TrAttachmentMasterZone = null,
object TrAttachmentSlaveCidr = null,
object TrAttachmentSlaveZone = null
};
Properties
Name | Type | Description |
---|---|---|
CenId |
object |
No description. |
FirewallName |
object |
No description. |
RegionNo |
object |
No description. |
RouteMode |
object |
No description. |
TransitRouterId |
object |
No description. |
FirewallDescription |
object |
No description. |
FirewallSubnetCidr |
object |
No description. |
FirewallVpcCidr |
object |
No description. |
FirewallVpcId |
object |
No description. |
FirewallVswitchId |
object |
No description. |
TrAttachmentMasterCidr |
object |
No description. |
TrAttachmentMasterZone |
object |
No description. |
TrAttachmentSlaveCidr |
object |
No description. |
TrAttachmentSlaveZone |
object |
No description. |
CenId
Required
public object CenId { get; set; }
- Type: object
FirewallName
Required
public object FirewallName { get; set; }
- Type: object
RegionNo
Required
public object RegionNo { get; set; }
- Type: object
RouteMode
Required
public object RouteMode { get; set; }
- Type: object
TransitRouterId
Required
public object TransitRouterId { get; set; }
- Type: object
FirewallDescription
Optional
public object FirewallDescription { get; set; }
- Type: object
FirewallSubnetCidr
Optional
public object FirewallSubnetCidr { get; set; }
- Type: object
FirewallVpcCidr
Optional
public object FirewallVpcCidr { get; set; }
- Type: object
FirewallVpcId
Optional
public object FirewallVpcId { get; set; }
- Type: object
FirewallVswitchId
Optional
public object FirewallVswitchId { get; set; }
- Type: object
TrAttachmentMasterCidr
Optional
public object TrAttachmentMasterCidr { get; set; }
- Type: object
TrAttachmentMasterZone
Optional
public object TrAttachmentMasterZone { get; set; }
- Type: object
TrAttachmentSlaveCidr
Optional
public object TrAttachmentSlaveCidr { get; set; }
- Type: object
TrAttachmentSlaveZone
Optional
public object TrAttachmentSlaveZone { get; set; }
- Type: object