Skip to content

RosInstanceProps

Properties for defining a RosInstance.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Waf;
new RosInstanceProps {
    object BigScreen,
    object ExclusiveIpPackage,
    object ExtBandwidth,
    object ExtDomainPackage,
    object LogStorage,
    object LogTime,
    object PackageCode,
    object PrefessionalService,
    object SubscriptionType,
    object WafLog,
    object Period = null,
    object RenewalStatus = null,
    object RenewPeriod = null
};

Properties

Name Type Description
BigScreen object No description.
ExclusiveIpPackage object No description.
ExtBandwidth object No description.
ExtDomainPackage object No description.
LogStorage object No description.
LogTime object No description.
PackageCode object No description.
PrefessionalService object No description.
SubscriptionType object No description.
WafLog object No description.
Period object No description.
RenewalStatus object No description.
RenewPeriod object No description.

BigScreenRequired

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

ExclusiveIpPackageRequired

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

ExtBandwidthRequired

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

ExtDomainPackageRequired

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

LogStorageRequired

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

LogTimeRequired

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

PackageCodeRequired

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

PrefessionalServiceRequired

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

SubscriptionTypeRequired

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

WafLogRequired

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

PeriodOptional

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

RenewalStatusOptional

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

RenewPeriodOptional

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