public sealed class CreateFleetRequest : IMessage<CreateFleetRequest>, IEquatable<CreateFleetRequest>, IDeepCloneable<CreateFleetRequest>, IBufferMessage, IMessageReference documentation and code samples for the GKE Hub v1 API class CreateFleetRequest.
Request message for the GkeHub.CreateFleet method.
Implements
IMessageCreateFleetRequest, IEquatableCreateFleetRequest, IDeepCloneableCreateFleetRequest, IBufferMessage, IMessageNamespace
Google.Cloud.GkeHub.V1Assembly
Google.Cloud.GkeHub.V1.dll
Constructors
CreateFleetRequest()
public CreateFleetRequest()CreateFleetRequest(CreateFleetRequest)
public CreateFleetRequest(CreateFleetRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateFleetRequest |
Properties
Fleet
public Fleet Fleet { get; set; }Required. The fleet to create.
| Property Value | |
|---|---|
| Type | Description |
Fleet |
|
Parent
public string Parent { get; set; }Required. The parent (project and location) where the Fleet will be
created. Specified in the format projects/*/locations/*.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|