Skip to content

OperationPreferencesProperty

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkros"
&alicloudroscdkros.OperationPreferencesProperty {
    FailureToleranceCount: interface{},
    FailureTolerancePercentage: interface{},
    MaxConcurrentCount: interface{},
    MaxConcurrentPercentage: interface{},
}

Properties

Name Type Description
FailureToleranceCount interface{} No description.
FailureTolerancePercentage interface{} No description.
MaxConcurrentCount interface{} No description.
MaxConcurrentPercentage interface{} No description.

FailureToleranceCountOptional

FailureToleranceCount interface{}
  • Type: interface{}

FailureTolerancePercentageOptional

FailureTolerancePercentage interface{}
  • Type: interface{}

MaxConcurrentCountOptional

MaxConcurrentCount interface{}
  • Type: interface{}

MaxConcurrentPercentageOptional

MaxConcurrentPercentage interface{}
  • Type: interface{}