Class: Google::Cloud::Compute::V1::UpdateNetworkInterfaceInstanceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::UpdateNetworkInterfaceInstanceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for Instances.UpdateNetworkInterface. See the method description for details.
Instance Attribute Summary collapse
-
#instance ⇒ ::String
The instance name for this request.
-
#network_interface ⇒ ::String
The name of the network interface to update.
-
#network_interface_resource ⇒ ::Google::Cloud::Compute::V1::NetworkInterface
The body resource for this request.
-
#project ⇒ ::String
Project ID for this request.
-
#request_id ⇒ ::String
An optional request ID to identify requests.
-
#zone ⇒ ::String
The name of the zone for this request.
Instance Attribute Details
#instance ⇒ ::String
25314 25315 25316 25317 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 25314 class UpdateNetworkInterfaceInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#network_interface ⇒ ::String
25314 25315 25316 25317 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 25314 class UpdateNetworkInterfaceInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#network_interface_resource ⇒ ::Google::Cloud::Compute::V1::NetworkInterface
25314 25315 25316 25317 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 25314 class UpdateNetworkInterfaceInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
25314 25315 25316 25317 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 25314 class UpdateNetworkInterfaceInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
25314 25315 25316 25317 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 25314 class UpdateNetworkInterfaceInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#zone ⇒ ::String
25314 25315 25316 25317 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 25314 class UpdateNetworkInterfaceInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |