Class: Google::Cloud::Compute::V1::VmExtensionPolicyExtensionPolicy

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Overview

Configuration for a specific VM extension.

Instance Attribute Summary collapse

Instance Attribute Details

#pinned_version::String

Returns Optional. The specific version of the extension to install. If not set, the latest version is used.

Returns:

  • (::String)

    Optional. The specific version of the extension to install. If not set, the latest version is used.



81249
81250
81251
81252
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 81249

class VmExtensionPolicyExtensionPolicy
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#string_config::String

Returns Optional. String-based configuration data for the extension.

Returns:

  • (::String)

    Optional. String-based configuration data for the extension.



81249
81250
81251
81252
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 81249

class VmExtensionPolicyExtensionPolicy
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end