Google Cloud Compute V1 API - Class Google::Cloud::Compute::V1::NodeGroupsPerformMaintenanceRequest (v2.12.0)

Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::NodeGroupsPerformMaintenanceRequest.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#nodes

def nodes() -> ::Array<::String>
Returns
  • (::Array<::String>) — [Required] List of nodes affected by the call.

#nodes=

def nodes=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — [Required] List of nodes affected by the call.
Returns
  • (::Array<::String>) — [Required] List of nodes affected by the call.

#start_time

def start_time() -> ::String
Returns
  • (::String) — The start time of the schedule. The timestamp is an RFC3339 string.

#start_time=

def start_time=(value) -> ::String
Parameter
  • value (::String) — The start time of the schedule. The timestamp is an RFC3339 string.
Returns
  • (::String) — The start time of the schedule. The timestamp is an RFC3339 string.