RosInstanceProps
Properties for defining a RosInstance
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sas-instance
Initializer
using AlibabaCloud.SDK.ROS.CDK.Sas;
new RosInstanceProps {
object Period,
object PeriodUnit,
object AntiRansomware = null,
object AntiRansomwareManageService = null,
object AutoPay = null,
object AutoRenew = null,
object CloudHoneypot = null,
object ConfigurationAssessment = null,
object ContainerImageScan = null,
object Edition = null,
object LogAnalysis = null,
object MaliciousFileDetectionSdk = null,
object ProtectedServers = null,
object QuotaForApplicationProtection = null,
object QuotaForCloudHoneypot = null,
object QuotaForConfigurationAssessment = null,
object QuotaForMaliciousFileDetectionSdk = null,
object QuotaForVulnerabilityFixing = null,
object QuotaForWebTamperProofing = null,
object ThreatAnalysis = null,
object ThreatAnalysisLogStorageCapacity = null,
object VCore = null,
object VulnerabilityFixing = null,
object WebTamperProtection = null
};
Properties
Name | Type | Description |
---|---|---|
Period |
object |
No description. |
PeriodUnit |
object |
No description. |
AntiRansomware |
object |
No description. |
AntiRansomwareManageService |
object |
No description. |
AutoPay |
object |
No description. |
AutoRenew |
object |
No description. |
CloudHoneypot |
object |
No description. |
ConfigurationAssessment |
object |
No description. |
ContainerImageScan |
object |
No description. |
Edition |
object |
No description. |
LogAnalysis |
object |
No description. |
MaliciousFileDetectionSdk |
object |
No description. |
ProtectedServers |
object |
No description. |
QuotaForApplicationProtection |
object |
No description. |
QuotaForCloudHoneypot |
object |
No description. |
QuotaForConfigurationAssessment |
object |
No description. |
QuotaForMaliciousFileDetectionSdk |
object |
No description. |
QuotaForVulnerabilityFixing |
object |
No description. |
QuotaForWebTamperProofing |
object |
No description. |
ThreatAnalysis |
object |
No description. |
ThreatAnalysisLogStorageCapacity |
object |
No description. |
VCore |
object |
No description. |
VulnerabilityFixing |
object |
No description. |
WebTamperProtection |
object |
No description. |
Period
Required
public object Period { get; set; }
- Type: object
PeriodUnit
Required
public object PeriodUnit { get; set; }
- Type: object
AntiRansomware
Optional
public object AntiRansomware { get; set; }
- Type: object
AntiRansomwareManageService
Optional
public object AntiRansomwareManageService { get; set; }
- Type: object
AutoPay
Optional
public object AutoPay { get; set; }
- Type: object
AutoRenew
Optional
public object AutoRenew { get; set; }
- Type: object
CloudHoneypot
Optional
public object CloudHoneypot { get; set; }
- Type: object
ConfigurationAssessment
Optional
public object ConfigurationAssessment { get; set; }
- Type: object
ContainerImageScan
Optional
public object ContainerImageScan { get; set; }
- Type: object
Edition
Optional
public object Edition { get; set; }
- Type: object
LogAnalysis
Optional
public object LogAnalysis { get; set; }
- Type: object
MaliciousFileDetectionSdk
Optional
public object MaliciousFileDetectionSdk { get; set; }
- Type: object
ProtectedServers
Optional
public object ProtectedServers { get; set; }
- Type: object
QuotaForApplicationProtection
Optional
public object QuotaForApplicationProtection { get; set; }
- Type: object
QuotaForCloudHoneypot
Optional
public object QuotaForCloudHoneypot { get; set; }
- Type: object
QuotaForConfigurationAssessment
Optional
public object QuotaForConfigurationAssessment { get; set; }
- Type: object
QuotaForMaliciousFileDetectionSdk
Optional
public object QuotaForMaliciousFileDetectionSdk { get; set; }
- Type: object
QuotaForVulnerabilityFixing
Optional
public object QuotaForVulnerabilityFixing { get; set; }
- Type: object
QuotaForWebTamperProofing
Optional
public object QuotaForWebTamperProofing { get; set; }
- Type: object
ThreatAnalysis
Optional
public object ThreatAnalysis { get; set; }
- Type: object
ThreatAnalysisLogStorageCapacity
Optional
public object ThreatAnalysisLogStorageCapacity { get; set; }
- Type: object
VCore
Optional
public object VCore { get; set; }
- Type: object
VulnerabilityFixing
Optional
public object VulnerabilityFixing { get; set; }
- Type: object
WebTamperProtection
Optional
public object WebTamperProtection { get; set; }
- Type: object