generated/google/apis/osconfig_v1beta/classes.rb in google-api-client-0.37.3 vs generated/google/apis/osconfig_v1beta/classes.rb in google-api-client-0.38.0

- old
+ new

@@ -1030,11 +1030,13 @@ end end # Patch deployments are configurations that individual patch jobs use to # complete a patch. These configurations include instance filter, package - # repository settings, and a schedule. + # 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). 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> @@ -1202,10 +1204,12 @@ # 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). class PatchJob include Google::Apis::Core::Hashable # Time this patch job was created. # Corresponds to the JSON property `createTime` @@ -1312,10 +1316,14 @@ @state = args[:state] if args.key?(:state) @update_time = args[:update_time] if args.key?(:update_time) end end - # Patch details for a VM instance. + # 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) + # . 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`