generated/google/apis/osconfig_v1beta/classes.rb in google-api-client-0.39.2 vs generated/google/apis/osconfig_v1beta/classes.rb in google-api-client-0.39.3
- old
+ new
@@ -349,11 +349,11 @@
# Additionally, recipes support executing a script (either defined in a file or
# directly in this api) in bash, sh, cmd, and powershell.
# Updating a software recipe
# If a recipe is assigned to an instance and there is a recipe with the same
# name but a lower version already installed and the assigned state
- # of the recipe is `INSTALLED_KEEP_UPDATED`, then the recipe is updated to
+ # of the recipe is `UPDATED`, then the recipe is updated to
# the new version.
# Script Working Directories
# Each script or execution step is run in its own temporary directory which
# is deleted after completing the step.
# Corresponds to the JSON property `softwareRecipe`
@@ -842,12 +842,11 @@
@week_day_of_month = args[:week_day_of_month] if args.key?(:week_day_of_month)
end
end
# Sets the time for a one time patch deployment. Timestamp is in
- # <a href="https://www.ietf.org/rfc/rfc3339.txt" target="_blank">RFC3339</a>
- # text format.
+ # [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
class OneTimeSchedule
include Google::Apis::Core::Hashable
# Required. The desired patch job execution time.
# Corresponds to the JSON property `executeTime`
@@ -1032,17 +1031,17 @@
# Patch deployments are configurations that individual patch jobs use to
# complete a patch. These configurations include instance filter, package
# repository settings, and a schedule. For more information about creating and
# managing patch deployments, see [Scheduling patch
- # jobs](/compute/docs/os-patch-management/schedule-patch-jobs).
+ # jobs](https://cloud.google.com/compute/docs/os-patch-management/schedule-patch-
+ # jobs).
class PatchDeployment
include Google::Apis::Core::Hashable
# Output only. Time the patch deployment was created. Timestamp is in
- # <a href="https://www.ietf.org/rfc/rfc3339.txt" target="_blank">RFC3339</a>
- # text format.
+ # [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
# Corresponds to the JSON property `createTime`
# @return [String]
attr_accessor :create_time
# Optional. Description of the patch deployment. Length of the description is
@@ -1064,13 +1063,12 @@
# Corresponds to the JSON property `instanceFilter`
# @return [Google::Apis::OsconfigV1beta::PatchInstanceFilter]
attr_accessor :instance_filter
# Output only. The last time a patch job was started by this deployment.
- # Timestamp is in
- # <a href="https://www.ietf.org/rfc/rfc3339.txt" target="_blank">RFC3339</a>
- # text format.
+ # Timestamp is in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text
+ # format.
# Corresponds to the JSON property `lastExecuteTime`
# @return [String]
attr_accessor :last_execute_time
# Unique name for the patch deployment resource in a project. The patch
@@ -1080,12 +1078,11 @@
# Corresponds to the JSON property `name`
# @return [String]
attr_accessor :name
# Sets the time for a one time patch deployment. Timestamp is in
- # <a href="https://www.ietf.org/rfc/rfc3339.txt" target="_blank">RFC3339</a>
- # text format.
+ # [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
# Corresponds to the JSON property `oneTimeSchedule`
# @return [Google::Apis::OsconfigV1beta::OneTimeSchedule]
attr_accessor :one_time_schedule
# Patch configuration specifications. Contains details on how to apply the
@@ -1098,12 +1095,11 @@
# Corresponds to the JSON property `recurringSchedule`
# @return [Google::Apis::OsconfigV1beta::RecurringSchedule]
attr_accessor :recurring_schedule
# Output only. Time the patch deployment was last updated. Timestamp is in
- # <a href="https://www.ietf.org/rfc/rfc3339.txt" target="_blank">RFC3339</a>
- # text format.
+ # [RFC3339]("https://www.ietf.org/rfc/rfc3339.txt) text format.
# Corresponds to the JSON property `updateTime`
# @return [String]
attr_accessor :update_time
def initialize(**args)
@@ -1205,11 +1201,13 @@
# A high level representation of a patch job that is either in progress
# or has completed.
# Instances details are not included in the job. To paginate through instance
# details, use ListPatchJobInstanceDetails.
# For more information about patch jobs, see
- # [Creating patch jobs](/compute/docs/os-patch-management/create-patch-job).
+ # [Creating patch
+ # jobs](https://cloud.google.com/compute/docs/os-patch-management/create-patch-
+ # job).
class PatchJob
include Google::Apis::Core::Hashable
# Time this patch job was created.
# Corresponds to the JSON property `createTime`
@@ -1319,12 +1317,12 @@
end
# Patch details for a VM instance. For more information about reviewing VM
# instance details, see
# [Listing all VM instance details for a specific patch
- # job](/compute/docs/os-patch-management/manage-patch-jobs#list-instance-details)
- # .
+ # job](https://cloud.google.com/compute/docs/os-patch-management/manage-patch-
+ # jobs#list-instance-details).
class PatchJobInstanceDetails
include Google::Apis::Core::Hashable
# The number of times the agent that the agent attempts to apply the patch.
# Corresponds to the JSON property `attemptCount`
@@ -1558,11 +1556,11 @@
# Additionally, recipes support executing a script (either defined in a file or
# directly in this api) in bash, sh, cmd, and powershell.
# Updating a software recipe
# If a recipe is assigned to an instance and there is a recipe with the same
# name but a lower version already installed and the assigned state
- # of the recipe is `INSTALLED_KEEP_UPDATED`, then the recipe is updated to
+ # of the recipe is `UPDATED`, then the recipe is updated to
# the new version.
# Script Working Directories
# Each script or execution step is run in its own temporary directory which
# is deleted after completing the step.
class SoftwareRecipe
@@ -1575,12 +1573,11 @@
# Default is INSTALLED. The desired state the agent should maintain for this
# recipe.
# INSTALLED: The software recipe is installed on the instance but
# won't be updated to new versions.
- # INSTALLED_KEEP_UPDATED: The software recipe is installed on the
- # instance. The recipe is updated to a higher
- # version, if a higher version of the recipe is
+ # UPDATED: The software recipe is installed on the instance. The recipe is
+ # updated to a higher version, if a higher version of the recipe is
# assigned to this instance.
# REMOVE: Remove is unsupported for software recipes and attempts to
# create or update a recipe to the REMOVE state is rejected.
# Corresponds to the JSON property `desiredState`
# @return [String]