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. |
CenIdRequired
public object CenId { get; set; }
- Type: object
FirewallNameRequired
public object FirewallName { get; set; }
- Type: object
RegionNoRequired
public object RegionNo { get; set; }
- Type: object
RouteModeRequired
public object RouteMode { get; set; }
- Type: object
TransitRouterIdRequired
public object TransitRouterId { get; set; }
- Type: object
FirewallDescriptionOptional
public object FirewallDescription { get; set; }
- Type: object
FirewallSubnetCidrOptional
public object FirewallSubnetCidr { get; set; }
- Type: object
FirewallVpcCidrOptional
public object FirewallVpcCidr { get; set; }
- Type: object
FirewallVpcIdOptional
public object FirewallVpcId { get; set; }
- Type: object
FirewallVswitchIdOptional
public object FirewallVswitchId { get; set; }
- Type: object
TrAttachmentMasterCidrOptional
public object TrAttachmentMasterCidr { get; set; }
- Type: object
TrAttachmentMasterZoneOptional
public object TrAttachmentMasterZone { get; set; }
- Type: object
TrAttachmentSlaveCidrOptional
public object TrAttachmentSlaveCidr { get; set; }
- Type: object
TrAttachmentSlaveZoneOptional
public object TrAttachmentSlaveZone { get; set; }
- Type: object