1. Packages
  2. Google Cloud Native
  3. API Docs
  4. gkehub
  5. gkehub/v1beta
  6. Scope

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.31.1 published on Thursday, Jul 20, 2023 by Pulumi

google-native.gkehub/v1beta.Scope

Explore with Pulumi AI

google-native logo

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.31.1 published on Thursday, Jul 20, 2023 by Pulumi

    Creates a Scope. Auto-naming is currently not supported for this resource.

    Create Scope Resource

    new Scope(name: string, args: ScopeArgs, opts?: CustomResourceOptions);
    @overload
    def Scope(resource_name: str,
              opts: Optional[ResourceOptions] = None,
              all_memberships: Optional[bool] = None,
              location: Optional[str] = None,
              name: Optional[str] = None,
              project: Optional[str] = None,
              scope_id: Optional[str] = None)
    @overload
    def Scope(resource_name: str,
              args: ScopeArgs,
              opts: Optional[ResourceOptions] = None)
    func NewScope(ctx *Context, name string, args ScopeArgs, opts ...ResourceOption) (*Scope, error)
    public Scope(string name, ScopeArgs args, CustomResourceOptions? opts = null)
    public Scope(String name, ScopeArgs args)
    public Scope(String name, ScopeArgs args, CustomResourceOptions options)
    
    type: google-native:gkehub/v1beta:Scope
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args ScopeArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args ScopeArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args ScopeArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ScopeArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ScopeArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Scope Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The Scope resource accepts the following input properties:

    ScopeId string

    Required. Client chosen ID for the Scope. scope_id must be a ????

    AllMemberships bool

    If true, all Memberships in the Fleet bind to this Scope.

    Location string
    Name string

    The resource name for the scope projects/{project}/locations/{location}/scopes/{scope}

    Project string
    ScopeId string

    Required. Client chosen ID for the Scope. scope_id must be a ????

    AllMemberships bool

    If true, all Memberships in the Fleet bind to this Scope.

    Location string
    Name string

    The resource name for the scope projects/{project}/locations/{location}/scopes/{scope}

    Project string
    scopeId String

    Required. Client chosen ID for the Scope. scope_id must be a ????

    allMemberships Boolean

    If true, all Memberships in the Fleet bind to this Scope.

    location String
    name String

    The resource name for the scope projects/{project}/locations/{location}/scopes/{scope}

    project String
    scopeId string

    Required. Client chosen ID for the Scope. scope_id must be a ????

    allMemberships boolean

    If true, all Memberships in the Fleet bind to this Scope.

    location string
    name string

    The resource name for the scope projects/{project}/locations/{location}/scopes/{scope}

    project string
    scope_id str

    Required. Client chosen ID for the Scope. scope_id must be a ????

    all_memberships bool

    If true, all Memberships in the Fleet bind to this Scope.

    location str
    name str

    The resource name for the scope projects/{project}/locations/{location}/scopes/{scope}

    project str
    scopeId String

    Required. Client chosen ID for the Scope. scope_id must be a ????

    allMemberships Boolean

    If true, all Memberships in the Fleet bind to this Scope.

    location String
    name String

    The resource name for the scope projects/{project}/locations/{location}/scopes/{scope}

    project String

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Scope resource produces the following output properties:

    CreateTime string

    When the scope was created.

    DeleteTime string

    When the scope was deleted.

    Id string

    The provider-assigned unique ID for this managed resource.

    State Pulumi.GoogleNative.GKEHub.V1Beta.Outputs.ScopeLifecycleStateResponse

    State of the scope resource.

    Uid string

    Google-generated UUID for this resource. This is unique across all scope resources. If a scope resource is deleted and another resource with the same name is created, it gets a different uid.

    UpdateTime string

    When the scope was last updated.

    CreateTime string

    When the scope was created.

    DeleteTime string

    When the scope was deleted.

    Id string

    The provider-assigned unique ID for this managed resource.

    State ScopeLifecycleStateResponse

    State of the scope resource.

    Uid string

    Google-generated UUID for this resource. This is unique across all scope resources. If a scope resource is deleted and another resource with the same name is created, it gets a different uid.

    UpdateTime string

    When the scope was last updated.

    createTime String

    When the scope was created.

    deleteTime String

    When the scope was deleted.

    id String

    The provider-assigned unique ID for this managed resource.

    state ScopeLifecycleStateResponse

    State of the scope resource.

    uid String

    Google-generated UUID for this resource. This is unique across all scope resources. If a scope resource is deleted and another resource with the same name is created, it gets a different uid.

    updateTime String

    When the scope was last updated.

    createTime string

    When the scope was created.

    deleteTime string

    When the scope was deleted.

    id string

    The provider-assigned unique ID for this managed resource.

    state ScopeLifecycleStateResponse

    State of the scope resource.

    uid string

    Google-generated UUID for this resource. This is unique across all scope resources. If a scope resource is deleted and another resource with the same name is created, it gets a different uid.

    updateTime string

    When the scope was last updated.

    create_time str

    When the scope was created.

    delete_time str

    When the scope was deleted.

    id str

    The provider-assigned unique ID for this managed resource.

    state ScopeLifecycleStateResponse

    State of the scope resource.

    uid str

    Google-generated UUID for this resource. This is unique across all scope resources. If a scope resource is deleted and another resource with the same name is created, it gets a different uid.

    update_time str

    When the scope was last updated.

    createTime String

    When the scope was created.

    deleteTime String

    When the scope was deleted.

    id String

    The provider-assigned unique ID for this managed resource.

    state Property Map

    State of the scope resource.

    uid String

    Google-generated UUID for this resource. This is unique across all scope resources. If a scope resource is deleted and another resource with the same name is created, it gets a different uid.

    updateTime String

    When the scope was last updated.

    Supporting Types

    ScopeLifecycleStateResponse, ScopeLifecycleStateResponseArgs

    Code string

    The current state of the scope resource.

    Code string

    The current state of the scope resource.

    code String

    The current state of the scope resource.

    code string

    The current state of the scope resource.

    code str

    The current state of the scope resource.

    code String

    The current state of the scope resource.

    Package Details

    Repository
    Google Cloud Native pulumi/pulumi-google-native
    License
    Apache-2.0
    google-native logo

    Google Cloud Native is in preview. Google Cloud Classic is fully supported.

    Google Cloud Native v0.31.1 published on Thursday, Jul 20, 2023 by Pulumi