Class: Google::Cloud::Compute::V1::NodeGroupsPerformMaintenanceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::NodeGroupsPerformMaintenanceRequest
- 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>
[Required] List of nodes affected by the call.
-
#start_time ⇒ ::String
The start time of the schedule.
Instance Attribute Details
#nodes ⇒ ::Array<::String>
Returns [Required] List of nodes affected by the call.
21990 21991 21992 21993 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21990 class NodeGroupsPerformMaintenanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_time ⇒ ::String
Returns The start time of the schedule. The timestamp is an RFC3339 string.
21990 21991 21992 21993 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21990 class NodeGroupsPerformMaintenanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |