Class: Google::Cloud::NetworkConnectivity::V1alpha1::RouterApplianceInstance

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#ip_address::String

Returns The IP address of the network interface to use for peering.

Returns:

  • (::String)

    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.

Returns:

  • (::String)


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.

Returns:

  • (::String)

    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