Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::VmExtensionPolicyExtensionPolicy.
Configuration for a specific VM extension.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#pinned_version
def pinned_version() -> ::String
Returns
- (::String) — Optional. The specific version of the extension to install. If not set, the latest version is used.
#pinned_version=
def pinned_version=(value) -> ::String
Parameter
- value (::String) — 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.
#string_config
def string_config() -> ::String
Returns
- (::String) — Optional. String-based configuration data for the extension.
#string_config=
def string_config=(value) -> ::String
Parameter
- value (::String) — Optional. String-based configuration data for the extension.
Returns
- (::String) — Optional. String-based configuration data for the extension.