Class: Google::Cloud::NetworkConnectivity::V1::PolicyBasedRoute::VirtualMachine

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

Overview

VM instances that this policy-based route applies to.

Instance Attribute Summary collapse

Instance Attribute Details

#tags::Array<::String>

Returns Optional. A list of VM instance tags that this policy-based route applies to. VM instances that have ANY of tags specified here installs this PBR.

Returns:

  • (::Array<::String>)

    Optional. A list of VM instance tags that this policy-based route applies to. VM instances that have ANY of tags specified here installs this PBR.



103
104
105
106
# File 'proto_docs/google/cloud/networkconnectivity/v1/policy_based_routing.rb', line 103

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