Skip to content

PatchBaselinesProps

Properties for defining a PatchBaselines.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Oos;
new PatchBaselinesProps {
    object OperationSystem = null,
    object PatchBaselineName = null,
    object RefreshOptions = null,
    object ShareType = null
};

Properties

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

OperationSystemOptional

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

Property operationSystem: Operating system type.


PatchBaselineNameOptional

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

Property patchBaselineName: The name of the patch baseline.


RefreshOptionsOptional

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

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

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

Property shareType: Patch baseline sharing type.