GKE Hub v1 API - Class CreateScopeRequest (2.8.0)

public sealed class CreateScopeRequest : IMessage<CreateScopeRequest>, IEquatable<CreateScopeRequest>, IDeepCloneable<CreateScopeRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the GKE Hub v1 API class CreateScopeRequest.

Request to create a Scope.

Inheritance

object > CreateScopeRequest

Namespace

Google.Cloud.GkeHub.V1

Assembly

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