Reference documentation and code samples for the GKE Hub V1 API class Google::Cloud::GkeHub::V1::CreateFleetRequest.
Request message for the GkeHub.CreateFleet method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#fleet
def fleet() -> ::Google::Cloud::GkeHub::V1::Fleet
Returns
- (::Google::Cloud::GkeHub::V1::Fleet) — Required. The fleet to create.
#fleet=
def fleet=(value) -> ::Google::Cloud::GkeHub::V1::Fleet
Parameter
- value (::Google::Cloud::GkeHub::V1::Fleet) — Required. The fleet to create.
Returns
- (::Google::Cloud::GkeHub::V1::Fleet) — Required. The fleet to create.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The parent (project and location) where the Fleet will be
created. Specified in the format
projects/*/locations/*.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The parent (project and location) where the Fleet will be
created. Specified in the format
projects/*/locations/*.
Returns
-
(::String) — Required. The parent (project and location) where the Fleet will be
created. Specified in the format
projects/*/locations/*.