Class: Google::Cloud::NetworkConnectivity::V1alpha1::RouterApplianceInstance
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkConnectivity::V1alpha1::RouterApplianceInstance
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkconnectivity/v1alpha1/hub.rb
Overview
RouterAppliance represents a Router appliance which is specified by a VM URI and a NIC address.
Instance Attribute Summary collapse
-
#ip_address ⇒ ::String
The IP address of the network interface to use for peering.
-
#network_interface ⇒ ::String
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
-
#virtual_machine ⇒ ::String
The URI of the virtual machine resource.
Instance Attribute Details
#ip_address ⇒ ::String
Returns The IP address of the network interface to use for peering.
393 394 395 396 |
# File 'proto_docs/google/cloud/networkconnectivity/v1alpha1/hub.rb', line 393 class RouterApplianceInstance include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#network_interface ⇒ ::String
Deprecated.
This field is deprecated and may be removed in the next major version update.
393 394 395 396 |
# File 'proto_docs/google/cloud/networkconnectivity/v1alpha1/hub.rb', line 393 class RouterApplianceInstance include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#virtual_machine ⇒ ::String
Returns The URI of the virtual machine resource.
393 394 395 396 |
# File 'proto_docs/google/cloud/networkconnectivity/v1alpha1/hub.rb', line 393 class RouterApplianceInstance include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |