Skip to content

RosInstanceProps

Properties for defining a RosInstance.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Threatdetection;
new RosInstanceProps {
    object PaymentType,
    object VersionCode,
    object BuyNumber = null,
    object ContainerImageScan = null,
    object ContainerImageScanNew = null,
    object Honeypot = null,
    object HoneypotSwitch = null,
    object ModifyType = null,
    object Period = null,
    object ProductType = null,
    object RaspCount = null,
    object RenewalPeriodUnit = null,
    object RenewalStatus = null,
    object RenewPeriod = null,
    object SasAntiRansomware = null,
    object SasCspm = null,
    object SasCspmSwitch = null,
    object SasSc = null,
    object SasSdk = null,
    object SasSdkSwitch = null,
    object SasSlsStorage = null,
    object SasWebguardBoolean = null,
    object SasWebguardOrderNum = null,
    object ThreatAnalysis = null,
    object ThreatAnalysisSwitch = null,
    object VCore = null,
    object VulCount = null,
    object VulSwitch = null
};

Properties

Name Type Description
PaymentType object No description.
VersionCode object No description.
BuyNumber object No description.
ContainerImageScan object No description.
ContainerImageScanNew object No description.
Honeypot object No description.
HoneypotSwitch object No description.
ModifyType object No description.
Period object No description.
ProductType object No description.
RaspCount object No description.
RenewalPeriodUnit object No description.
RenewalStatus object No description.
RenewPeriod object No description.
SasAntiRansomware object No description.
SasCspm object No description.
SasCspmSwitch object No description.
SasSc object No description.
SasSdk object No description.
SasSdkSwitch object No description.
SasSlsStorage object No description.
SasWebguardBoolean object No description.
SasWebguardOrderNum object No description.
ThreatAnalysis object No description.
ThreatAnalysisSwitch object No description.
VCore object No description.
VulCount object No description.
VulSwitch object No description.

PaymentTypeRequired

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

VersionCodeRequired

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

BuyNumberOptional

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

ContainerImageScanOptional

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

ContainerImageScanNewOptional

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

HoneypotOptional

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

HoneypotSwitchOptional

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

ModifyTypeOptional

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

PeriodOptional

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

ProductTypeOptional

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

RaspCountOptional

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

RenewalPeriodUnitOptional

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

RenewalStatusOptional

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

RenewPeriodOptional

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

SasAntiRansomwareOptional

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

SasCspmOptional

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

SasCspmSwitchOptional

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

SasScOptional

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

SasSdkOptional

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

SasSdkSwitchOptional

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

SasSlsStorageOptional

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

SasWebguardBooleanOptional

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

SasWebguardOrderNumOptional

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

ThreatAnalysisOptional

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

ThreatAnalysisSwitchOptional

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

VCoreOptional

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

VulCountOptional

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

VulSwitchOptional

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