public sealed class CreateScopeRequest : IMessage<CreateScopeRequest>, IEquatable<CreateScopeRequest>, IDeepCloneable<CreateScopeRequest>, IBufferMessage, IMessageReference documentation and code samples for the GKE Hub v1 API class CreateScopeRequest.
Request to create a Scope.
Implements
IMessageCreateScopeRequest, IEquatableCreateScopeRequest, IDeepCloneableCreateScopeRequest, IBufferMessage, IMessageNamespace
Google.Cloud.GkeHub.V1Assembly
Google.Cloud.GkeHub.V1.dll
Constructors
CreateScopeRequest()
public CreateScopeRequest()CreateScopeRequest(CreateScopeRequest)
public CreateScopeRequest(CreateScopeRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateScopeRequest |
Properties
Parent
public string Parent { get; set; }Required. The parent (project and location) where the Scope 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 |
|
Scope
public Scope Scope { get; set; }Required. The Scope to create.
| Property Value | |
|---|---|
| Type | Description |
Scope |
|
ScopeId
public string ScopeId { get; set; }Required. Client chosen ID for the Scope. scope_id must be a
????
| Property Value | |
|---|---|
| Type | Description |
string |
|