Skip to content

InstanceProps

Properties for defining a Instance.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cloudfw-instance

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cloudfw;
new InstanceProps {
    object PayType,
    object AccountNum = null,
    object AclExtension = null,
    object AutoPay = null,
    object AutoRenew = null,
    object Bandwidth = null,
    object IgnoreExisting = null,
    object IpNum = null,
    object LogAnalysis = null,
    object LogStorage = null,
    object MultiAccountManagement = null,
    object NatBandwidth = null,
    object NatFirewallNum = null,
    object Period = null,
    object PeriodUnit = null,
    object Spec = null,
    object VpcBandwidth = null,
    object VpcFirewallNum = null
};

Properties

Name Type Description
PayType object Property payType: The billing method of the firewall instance.
AccountNum object Property accountNum: The number of multi-account management and control is the number of member accounts that you need to uniformly control.
AclExtension object Property aclExtension: When the default access control authorization specifications of your version are not enough, you can purchase global extension specifications of access control.
AutoPay object Property autoPay: Whether to auto pay the bill.
AutoRenew object Property autoRenew: Whether to auto renew the prepay instance.
Bandwidth object Property bandwidth: Public network processing capability.
IgnoreExisting object Property ignoreExisting: Whether to ignore existing cloud firewall instance False: ROS will perform a uniqueness check.If the cloud firewall instance exists, an error will be reported when creating it. True: ROS will not check the uniqueness.If the cloud firewall instance exists, the creation process will be ignored. If the cloud firewall instance is not created by ROS, it will be ignored during update and delete stage.
IpNum object Property ipNum: The number of public IPs that can be protected.
LogAnalysis object Property logAnalysis: The cloud firewall includes 7 days of free log storage and auditing by default.
LogStorage object Property logStorage: Reference for purchasing storage capacity: 10M public network bandwidth, 6 months of log storage, recommended purchase of 1000GB log storage capacity.
MultiAccountManagement object Property multiAccountManagement: Multiple accounts on the enterprise cloud can be managed centrally on the cloud firewall, including asset inventory, ACL policies, attack protection, log reports, etc.
NatBandwidth object Property natBandwidth: The bandwidth of private network traffic processed by the NAT firewall.
NatFirewallNum object Property natFirewallNum: The number of NAT gateway instances of the NAT firewall you need to enable.
Period object Property period: The subscription period of the firewallIf PeriodUnit is month, the valid range is 1, 3, 6 If periodUnit is year, the valid range is 1, 2, 3.
PeriodUnit object Property periodUnit: The unit of the subscription duration.
Spec object Property spec: The version of Cloud Firewall.
VpcBandwidth object Property vpcBandwidth: VPC network processing capability.
VpcFirewallNum object Property vpcFirewallNum: The number of protected VPCs.

PayTypeRequired

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

Property payType: The billing method of the firewall instance.

Valid values: PayAsYouGo: pay-as-you-go Subscription: subscription


AccountNumOptional

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

Property accountNum: The number of multi-account management and control is the number of member accounts that you need to uniformly control.


AclExtensionOptional

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

Property aclExtension: When the default access control authorization specifications of your version are not enough, you can purchase global extension specifications of access control.

This extension supports shared occupancy with Internet and VPC boundary ACL specifications.


AutoPayOptional

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

Property autoPay: Whether to auto pay the bill.


AutoRenewOptional

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

Property autoRenew: Whether to auto renew the prepay instance.


BandwidthOptional

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

Property bandwidth: Public network processing capability.

Valid values: 10 to 15000. Unit: Mbps.


IgnoreExistingOptional

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

Property ignoreExisting: Whether to ignore existing cloud firewall instance False: ROS will perform a uniqueness check.If the cloud firewall instance exists, an error will be reported when creating it. True: ROS will not check the uniqueness.If the cloud firewall instance exists, the creation process will be ignored. If the cloud firewall instance is not created by ROS, it will be ignored during update and delete stage.


IpNumOptional

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

Property ipNum: The number of public IPs that can be protected.

Valid values: 20 to 4000.PremiumVersion: [20, 1000]


LogAnalysisOptional

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

Property logAnalysis: The cloud firewall includes 7 days of free log storage and auditing by default.

If you need longer storage time or meet the requirements for equal protection, it is recommended to purchase the log analysis service.


LogStorageOptional

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

Property logStorage: Reference for purchasing storage capacity: 10M public network bandwidth, 6 months of log storage, recommended purchase of 1000GB log storage capacity.


MultiAccountManagementOptional

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

Property multiAccountManagement: Multiple accounts on the enterprise cloud can be managed centrally on the cloud firewall, including asset inventory, ACL policies, attack protection, log reports, etc.

After the member account is managed by the current account, there will be no need to purchase it separately.


NatBandwidthOptional

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

Property natBandwidth: The bandwidth of private network traffic processed by the NAT firewall.

The premium version does not include it by default, the enterprise version has 10Mbps by default, and the ultimate version has 20Mbps by default.


NatFirewallNumOptional

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

Property natFirewallNum: The number of NAT gateway instances of the NAT firewall you need to enable.

Each NAT gateway instance corresponds to one NAT firewall instance. The premium version does not include it by default, the enterprise version comes with 1 specification by default,and the ultimate version comes with 2 specifications by default.


PeriodOptional

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

Property period: The subscription period of the firewallIf PeriodUnit is month, the valid range is 1, 3, 6 If periodUnit is year, the valid range is 1, 2, 3.


PeriodUnitOptional

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

Property periodUnit: The unit of the subscription duration.

Valid values: Month Year Default value: Month.


SpecOptional

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

Property spec: The version of Cloud Firewall.


VpcBandwidthOptional

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

Property vpcBandwidth: VPC network processing capability.

Valid values: 1000 to 15000. Unit: Mbps.


VpcFirewallNumOptional

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

Property vpcFirewallNum: The number of protected VPCs.

It will be ignored when spec = "premium_version". Valid values between 2 and 500.