parent
ffa8bfcb51
commit
df6c1eb46f
|
@ -18,15 +18,15 @@ require 'google/apis/osconfig_v1/representations.rb'
|
||||||
|
|
||||||
module Google
|
module Google
|
||||||
module Apis
|
module Apis
|
||||||
# Cloud OS Config API
|
# OS Config API
|
||||||
#
|
#
|
||||||
# OS management tools that can be used for patch management, patch compliance,
|
# OS management tools that can be used for patch management, patch compliance,
|
||||||
# and configuration management on VM instances.
|
# and configuration management on VM instances.
|
||||||
#
|
#
|
||||||
# @see https://cloud.google.com/
|
# @see https://cloud.google.com/compute/docs/manage-os
|
||||||
module OsconfigV1
|
module OsconfigV1
|
||||||
VERSION = 'V1'
|
VERSION = 'V1'
|
||||||
REVISION = '20200903'
|
REVISION = '20200930'
|
||||||
|
|
||||||
# View and manage your data across Google Cloud Platform services
|
# View and manage your data across Google Cloud Platform services
|
||||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||||
|
|
|
@ -20,7 +20,7 @@ require 'google/apis/errors'
|
||||||
module Google
|
module Google
|
||||||
module Apis
|
module Apis
|
||||||
module OsconfigV1
|
module OsconfigV1
|
||||||
# Cloud OS Config API
|
# OS Config API
|
||||||
#
|
#
|
||||||
# OS management tools that can be used for patch management, patch compliance,
|
# OS management tools that can be used for patch management, patch compliance,
|
||||||
# and configuration management on VM instances.
|
# and configuration management on VM instances.
|
||||||
|
@ -29,10 +29,10 @@ module Google
|
||||||
# require 'google/apis/osconfig_v1'
|
# require 'google/apis/osconfig_v1'
|
||||||
#
|
#
|
||||||
# Osconfig = Google::Apis::OsconfigV1 # Alias the module
|
# Osconfig = Google::Apis::OsconfigV1 # Alias the module
|
||||||
# service = Osconfig::SystemsManagementService.new
|
# service = Osconfig::OSConfigService.new
|
||||||
#
|
#
|
||||||
# @see https://cloud.google.com/
|
# @see https://cloud.google.com/compute/docs/manage-os
|
||||||
class SystemsManagementService < Google::Apis::Core::BaseService
|
class OSConfigService < Google::Apis::Core::BaseService
|
||||||
# @return [String]
|
# @return [String]
|
||||||
# API key. Your API key identifies your project and provides you with API access,
|
# API key. Your API key identifies your project and provides you with API access,
|
||||||
# quota, and reports. Required unless you provide an OAuth 2.0 token.
|
# quota, and reports. Required unless you provide an OAuth 2.0 token.
|
||||||
|
|
Loading…
Reference in New Issue