Class: Google::Cloud::Compute::V1::GetGlobalVmExtensionPolicyRequest

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

Overview

A request message for GlobalVmExtensionPolicies.Get. See the method description for details.

Instance Attribute Summary collapse

Instance Attribute Details

#global_vm_extension_policy::String

Returns Name of the GlobalVmExtensionPolicy resource to return.

Returns:

  • (::String)

    Name of the GlobalVmExtensionPolicy resource to return.



22945
22946
22947
22948
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 22945

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

#project::String

Returns Project ID for this request.

Returns:

  • (::String)

    Project ID for this request.



22945
22946
22947
22948
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 22945

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