Skip to content

RosPatchBaselineProps

Properties for defining a RosPatchBaseline.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-oos-patchbaseline

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkoos"
&alicloudroscdkoos.RosPatchBaselineProps {
    ApprovalRules: interface{},
    OperationSystem: interface{},
    PatchBaselineName: interface{},
    ApprovedPatches: interface{},
    ApprovedPatchesEnableNonSecurity: interface{},
    Description: interface{},
    RejectedPatches: interface{},
    RejectedPatchesAction: interface{},
    ResourceGroupId: interface{},
    Sources: interface{},
    Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkoos.RosPatchBaseline.TagsProperty,
}

Properties

Name Type Description
ApprovalRules interface{} No description.
OperationSystem interface{} No description.
PatchBaselineName interface{} No description.
ApprovedPatches interface{} No description.
ApprovedPatchesEnableNonSecurity interface{} No description.
Description interface{} No description.
RejectedPatches interface{} No description.
RejectedPatchesAction interface{} No description.
ResourceGroupId interface{} No description.
Sources interface{} No description.
Tags *[]TagsProperty No description.

ApprovalRulesRequired

ApprovalRules interface{}
  • Type: interface{}

OperationSystemRequired

OperationSystem interface{}
  • Type: interface{}

PatchBaselineNameRequired

PatchBaselineName interface{}
  • Type: interface{}

ApprovedPatchesOptional

ApprovedPatches interface{}
  • Type: interface{}

ApprovedPatchesEnableNonSecurityOptional

ApprovedPatchesEnableNonSecurity interface{}
  • Type: interface{}

DescriptionOptional

Description interface{}
  • Type: interface{}

RejectedPatchesOptional

RejectedPatches interface{}
  • Type: interface{}

RejectedPatchesActionOptional

RejectedPatchesAction interface{}
  • Type: interface{}

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

SourcesOptional

Sources interface{}
  • Type: interface{}

TagsOptional

Tags *[]TagsProperty