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 to which this policy based route applies to.

Instance Attribute Summary collapse

Instance Attribute Details

#tags::Array<::String>

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

Returns:

  • (::Array<::String>)

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



96
97
98
99
# File 'proto_docs/google/cloud/networkconnectivity/v1/policy_based_routing.rb', line 96

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