Class: Google::Cloud::Compute::V1::NodeGroupsSimulateMaintenanceEventRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::NodeGroupsSimulateMaintenanceEventRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#nodes ⇒ ::Array<::String>
Names of the nodes to go under maintenance simulation.
Instance Attribute Details
#nodes ⇒ ::Array<::String>
Returns Names of the nodes to go under maintenance simulation.
22017 22018 22019 22020 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 22017 class NodeGroupsSimulateMaintenanceEventRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |