Skip to content

PatchBaselinesProps

Properties for defining a PatchBaselines.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-oos-patchbaselines

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkoos/datasource"
&datasource.PatchBaselinesProps {
    OperationSystem: interface{},
    PatchBaselineName: interface{},
    RefreshOptions: interface{},
    ShareType: interface{},
}

Properties

Name Type Description
OperationSystem interface{} Property operationSystem: Operating system type.
PatchBaselineName interface{} Property patchBaselineName: The name of the patch baseline.
RefreshOptions interface{} Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
ShareType interface{} Property shareType: Patch baseline sharing type.

OperationSystemOptional

OperationSystem interface{}
  • Type: interface{}

Property operationSystem: Operating system type.


PatchBaselineNameOptional

PatchBaselineName interface{}
  • Type: interface{}

Property patchBaselineName: The name of the patch baseline.


RefreshOptionsOptional

RefreshOptions interface{}
  • Type: interface{}

Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

Valid values:

  • Never: Never refresh the datasource resource when the stack is updated.
  • Always: Always refresh the datasource resource when the stack is updated. Default is Never.

ShareTypeOptional

ShareType interface{}
  • Type: interface{}

Property shareType: Patch baseline sharing type.