Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::GlobalVmExtensionPolicyExtensionPolicy.
Policy for a single extension.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#pinned_version
def pinned_version() -> ::String
Returns
- (::String) — Optional. The version pinning for the extension. If empty, the extension will be installed with the latest version released by the extension producer.
#pinned_version=
def pinned_version=(value) -> ::String
Parameter
- value (::String) — Optional. The version pinning for the extension. If empty, the extension will be installed with the latest version released by the extension producer.
Returns
- (::String) — Optional. The version pinning for the extension. If empty, the extension will be installed with the latest version released by the extension producer.
#string_config
def string_config() -> ::String
Returns
- (::String) — Optional. String configuration. Any string payload that the extension understands.
#string_config=
def string_config=(value) -> ::String
Parameter
- value (::String) — Optional. String configuration. Any string payload that the extension understands.
Returns
- (::String) — Optional. String configuration. Any string payload that the extension understands.