Skip to content

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.

PeriodRequired

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

PeriodUnitRequired

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

AntiRansomwareOptional

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

AntiRansomwareManageServiceOptional

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

AutoPayOptional

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

AutoRenewOptional

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

CloudHoneypotOptional

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

ConfigurationAssessmentOptional

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

ContainerImageScanOptional

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

EditionOptional

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

LogAnalysisOptional

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

MaliciousFileDetectionSdkOptional

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

ProtectedServersOptional

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

QuotaForApplicationProtectionOptional

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

QuotaForCloudHoneypotOptional

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

QuotaForConfigurationAssessmentOptional

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

QuotaForMaliciousFileDetectionSdkOptional

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

QuotaForVulnerabilityFixingOptional

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

QuotaForWebTamperProofingOptional

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

ThreatAnalysisOptional

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

ThreatAnalysisLogStorageCapacityOptional

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

VCoreOptional

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

VulnerabilityFixingOptional

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

WebTamperProtectionOptional

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