Google Cloud Native is in preview. Google Cloud Classic is fully supported.
google-native.gkehub/v1beta.Scope
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
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)
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:
- Scope
Id string 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 string
- Name string
The resource name for the scope
projects/{project}/locations/{location}/scopes/{scope}
- Project string
- Scope
Id string 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 string
- Name string
The resource name for the scope
projects/{project}/locations/{location}/scopes/{scope}
- Project string
- scope
Id String Required. Client chosen ID for the Scope.
scope_id
must be a ????- all
Memberships 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 string Required. Client chosen ID for the Scope.
scope_id
must be a ????- all
Memberships 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
- scope
Id String Required. Client chosen ID for the Scope.
scope_id
must be a ????- all
Memberships 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:
- Create
Time string When the scope was created.
- Delete
Time string When the scope was deleted.
- Id string
The provider-assigned unique ID for this managed resource.
- State
Pulumi.
Google Native. GKEHub. V1Beta. Outputs. Scope Lifecycle State Response 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.
- Update
Time string When the scope was last updated.
- Create
Time string When the scope was created.
- Delete
Time string When the scope was deleted.
- Id string
The provider-assigned unique ID for this managed resource.
- State
Scope
Lifecycle State Response 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.
- Update
Time string When the scope was last updated.
- create
Time String When the scope was created.
- delete
Time String When the scope was deleted.
- id String
The provider-assigned unique ID for this managed resource.
- state
Scope
Lifecycle State Response 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.
- update
Time String When the scope was last updated.
- create
Time string When the scope was created.
- delete
Time string When the scope was deleted.
- id string
The provider-assigned unique ID for this managed resource.
- state
Scope
Lifecycle State Response 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.
- update
Time 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
Scope
Lifecycle State Response 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.
- create
Time String When the scope was created.
- delete
Time 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.
- update
Time 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 Cloud Native is in preview. Google Cloud Classic is fully supported.