Google Cloud Native is in preview. Google Cloud Classic is fully supported.
google-native.gkehub/v1beta.Feature
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Adds a new Feature. Auto-naming is currently not supported for this resource.
Create Feature Resource
new Feature(name: string, args?: FeatureArgs, opts?: CustomResourceOptions);
@overload
def Feature(resource_name: str,
opts: Optional[ResourceOptions] = None,
feature_id: Optional[str] = None,
fleet_default_member_config: Optional[CommonFleetDefaultMemberConfigSpecArgs] = None,
labels: Optional[Mapping[str, str]] = None,
location: Optional[str] = None,
membership_specs: Optional[Mapping[str, str]] = None,
project: Optional[str] = None,
request_id: Optional[str] = None,
scope_specs: Optional[Mapping[str, str]] = None,
spec: Optional[CommonFeatureSpecArgs] = None)
@overload
def Feature(resource_name: str,
args: Optional[FeatureArgs] = None,
opts: Optional[ResourceOptions] = None)
func NewFeature(ctx *Context, name string, args *FeatureArgs, opts ...ResourceOption) (*Feature, error)
public Feature(string name, FeatureArgs? args = null, CustomResourceOptions? opts = null)
public Feature(String name, FeatureArgs args)
public Feature(String name, FeatureArgs args, CustomResourceOptions options)
type: google-native:gkehub/v1beta:Feature
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args FeatureArgs
- 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 FeatureArgs
- 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 FeatureArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args FeatureArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args FeatureArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Feature 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 Feature resource accepts the following input properties:
- Feature
Id string The ID of the feature to create.
- Fleet
Default Pulumi.Member Config Google Native. GKEHub. V1Beta. Inputs. Common Fleet Default Member Config Spec Optional. Feature configuration applicable to all memberships of the fleet.
- Labels Dictionary<string, string>
Labels for this Feature.
- Location string
- Membership
Specs Dictionary<string, string> Optional. Membership-specific configuration for this Feature. If this Feature does not support any per-Membership configuration, this field may be unused. The keys indicate which Membership the configuration is for, in the form:
projects/{p}/locations/{l}/memberships/{m}
Where {p} is the project, {l} is a valid location and {m} is a valid Membership in this project at that location. {p} WILL match the Feature's project. {p} will always be returned as the project number, but the project ID is also accepted during input. If the same Membership is specified in the map twice (using the project ID form, and the project number form), exactly ONE of the entries will be saved, with no guarantees as to which. For this reason, it is recommended the same format be used for all entries when mutating a Feature.- Project string
- Request
Id string A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
- Scope
Specs Dictionary<string, string> Optional. Scope-specific configuration for this Feature. If this Feature does not support any per-Scope configuration, this field may be unused. The keys indicate which Scope the configuration is for, in the form:
projects/{p}/locations/global/scopes/{s}
Where {p} is the project, {s} is a valid Scope in this project. {p} WILL match the Feature's project. {p} will always be returned as the project number, but the project ID is also accepted during input. If the same Scope is specified in the map twice (using the project ID form, and the project number form), exactly ONE of the entries will be saved, with no guarantees as to which. For this reason, it is recommended the same format be used for all entries when mutating a Feature.- Spec
Pulumi.
Google Native. GKEHub. V1Beta. Inputs. Common Feature Spec Optional. Hub-wide Feature configuration. If this Feature does not support any Hub-wide configuration, this field may be unused.
- Feature
Id string The ID of the feature to create.
- Fleet
Default CommonMember Config Fleet Default Member Config Spec Args Optional. Feature configuration applicable to all memberships of the fleet.
- Labels map[string]string
Labels for this Feature.
- Location string
- Membership
Specs map[string]string Optional. Membership-specific configuration for this Feature. If this Feature does not support any per-Membership configuration, this field may be unused. The keys indicate which Membership the configuration is for, in the form:
projects/{p}/locations/{l}/memberships/{m}
Where {p} is the project, {l} is a valid location and {m} is a valid Membership in this project at that location. {p} WILL match the Feature's project. {p} will always be returned as the project number, but the project ID is also accepted during input. If the same Membership is specified in the map twice (using the project ID form, and the project number form), exactly ONE of the entries will be saved, with no guarantees as to which. For this reason, it is recommended the same format be used for all entries when mutating a Feature.- Project string
- Request
Id string A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
- Scope
Specs map[string]string Optional. Scope-specific configuration for this Feature. If this Feature does not support any per-Scope configuration, this field may be unused. The keys indicate which Scope the configuration is for, in the form:
projects/{p}/locations/global/scopes/{s}
Where {p} is the project, {s} is a valid Scope in this project. {p} WILL match the Feature's project. {p} will always be returned as the project number, but the project ID is also accepted during input. If the same Scope is specified in the map twice (using the project ID form, and the project number form), exactly ONE of the entries will be saved, with no guarantees as to which. For this reason, it is recommended the same format be used for all entries when mutating a Feature.- Spec
Common
Feature Spec Args Optional. Hub-wide Feature configuration. If this Feature does not support any Hub-wide configuration, this field may be unused.
- feature
Id String The ID of the feature to create.
- fleet
Default CommonMember Config Fleet Default Member Config Spec Optional. Feature configuration applicable to all memberships of the fleet.
- labels Map<String,String>
Labels for this Feature.
- location String
- membership
Specs Map<String,String> Optional. Membership-specific configuration for this Feature. If this Feature does not support any per-Membership configuration, this field may be unused. The keys indicate which Membership the configuration is for, in the form:
projects/{p}/locations/{l}/memberships/{m}
Where {p} is the project, {l} is a valid location and {m} is a valid Membership in this project at that location. {p} WILL match the Feature's project. {p} will always be returned as the project number, but the project ID is also accepted during input. If the same Membership is specified in the map twice (using the project ID form, and the project number form), exactly ONE of the entries will be saved, with no guarantees as to which. For this reason, it is recommended the same format be used for all entries when mutating a Feature.- project String
- request
Id String A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
- scope
Specs Map<String,String> Optional. Scope-specific configuration for this Feature. If this Feature does not support any per-Scope configuration, this field may be unused. The keys indicate which Scope the configuration is for, in the form:
projects/{p}/locations/global/scopes/{s}
Where {p} is the project, {s} is a valid Scope in this project. {p} WILL match the Feature's project. {p} will always be returned as the project number, but the project ID is also accepted during input. If the same Scope is specified in the map twice (using the project ID form, and the project number form), exactly ONE of the entries will be saved, with no guarantees as to which. For this reason, it is recommended the same format be used for all entries when mutating a Feature.- spec
Common
Feature Spec Optional. Hub-wide Feature configuration. If this Feature does not support any Hub-wide configuration, this field may be unused.
- feature
Id string The ID of the feature to create.
- fleet
Default CommonMember Config Fleet Default Member Config Spec Optional. Feature configuration applicable to all memberships of the fleet.
- labels {[key: string]: string}
Labels for this Feature.
- location string
- membership
Specs {[key: string]: string} Optional. Membership-specific configuration for this Feature. If this Feature does not support any per-Membership configuration, this field may be unused. The keys indicate which Membership the configuration is for, in the form:
projects/{p}/locations/{l}/memberships/{m}
Where {p} is the project, {l} is a valid location and {m} is a valid Membership in this project at that location. {p} WILL match the Feature's project. {p} will always be returned as the project number, but the project ID is also accepted during input. If the same Membership is specified in the map twice (using the project ID form, and the project number form), exactly ONE of the entries will be saved, with no guarantees as to which. For this reason, it is recommended the same format be used for all entries when mutating a Feature.- project string
- request
Id string A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
- scope
Specs {[key: string]: string} Optional. Scope-specific configuration for this Feature. If this Feature does not support any per-Scope configuration, this field may be unused. The keys indicate which Scope the configuration is for, in the form:
projects/{p}/locations/global/scopes/{s}
Where {p} is the project, {s} is a valid Scope in this project. {p} WILL match the Feature's project. {p} will always be returned as the project number, but the project ID is also accepted during input. If the same Scope is specified in the map twice (using the project ID form, and the project number form), exactly ONE of the entries will be saved, with no guarantees as to which. For this reason, it is recommended the same format be used for all entries when mutating a Feature.- spec
Common
Feature Spec Optional. Hub-wide Feature configuration. If this Feature does not support any Hub-wide configuration, this field may be unused.
- feature_
id str The ID of the feature to create.
- fleet_
default_ Commonmember_ config Fleet Default Member Config Spec Args Optional. Feature configuration applicable to all memberships of the fleet.
- labels Mapping[str, str]
Labels for this Feature.
- location str
- membership_
specs Mapping[str, str] Optional. Membership-specific configuration for this Feature. If this Feature does not support any per-Membership configuration, this field may be unused. The keys indicate which Membership the configuration is for, in the form:
projects/{p}/locations/{l}/memberships/{m}
Where {p} is the project, {l} is a valid location and {m} is a valid Membership in this project at that location. {p} WILL match the Feature's project. {p} will always be returned as the project number, but the project ID is also accepted during input. If the same Membership is specified in the map twice (using the project ID form, and the project number form), exactly ONE of the entries will be saved, with no guarantees as to which. For this reason, it is recommended the same format be used for all entries when mutating a Feature.- project str
- request_
id str A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
- scope_
specs Mapping[str, str] Optional. Scope-specific configuration for this Feature. If this Feature does not support any per-Scope configuration, this field may be unused. The keys indicate which Scope the configuration is for, in the form:
projects/{p}/locations/global/scopes/{s}
Where {p} is the project, {s} is a valid Scope in this project. {p} WILL match the Feature's project. {p} will always be returned as the project number, but the project ID is also accepted during input. If the same Scope is specified in the map twice (using the project ID form, and the project number form), exactly ONE of the entries will be saved, with no guarantees as to which. For this reason, it is recommended the same format be used for all entries when mutating a Feature.- spec
Common
Feature Spec Args Optional. Hub-wide Feature configuration. If this Feature does not support any Hub-wide configuration, this field may be unused.
- feature
Id String The ID of the feature to create.
- fleet
Default Property MapMember Config Optional. Feature configuration applicable to all memberships of the fleet.
- labels Map<String>
Labels for this Feature.
- location String
- membership
Specs Map<String> Optional. Membership-specific configuration for this Feature. If this Feature does not support any per-Membership configuration, this field may be unused. The keys indicate which Membership the configuration is for, in the form:
projects/{p}/locations/{l}/memberships/{m}
Where {p} is the project, {l} is a valid location and {m} is a valid Membership in this project at that location. {p} WILL match the Feature's project. {p} will always be returned as the project number, but the project ID is also accepted during input. If the same Membership is specified in the map twice (using the project ID form, and the project number form), exactly ONE of the entries will be saved, with no guarantees as to which. For this reason, it is recommended the same format be used for all entries when mutating a Feature.- project String
- request
Id String A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
- scope
Specs Map<String> Optional. Scope-specific configuration for this Feature. If this Feature does not support any per-Scope configuration, this field may be unused. The keys indicate which Scope the configuration is for, in the form:
projects/{p}/locations/global/scopes/{s}
Where {p} is the project, {s} is a valid Scope in this project. {p} WILL match the Feature's project. {p} will always be returned as the project number, but the project ID is also accepted during input. If the same Scope is specified in the map twice (using the project ID form, and the project number form), exactly ONE of the entries will be saved, with no guarantees as to which. For this reason, it is recommended the same format be used for all entries when mutating a Feature.- spec Property Map
Optional. Hub-wide Feature configuration. If this Feature does not support any Hub-wide configuration, this field may be unused.
Outputs
All input properties are implicitly available as output properties. Additionally, the Feature resource produces the following output properties:
- Create
Time string When the Feature resource was created.
- Delete
Time string When the Feature resource was deleted.
- Id string
The provider-assigned unique ID for this managed resource.
- Membership
States Dictionary<string, string> Membership-specific Feature status. If this Feature does report any per-Membership status, this field may be unused. The keys indicate which Membership the state is for, in the form:
projects/{p}/locations/{l}/memberships/{m}
Where {p} is the project number, {l} is a valid location and {m} is a valid Membership in this project at that location. {p} MUST match the Feature's project number.- Name string
The full, unique name of this Feature resource in the format
projects/*/locations/*/features/*
.- Resource
State Pulumi.Google Native. GKEHub. V1Beta. Outputs. Feature Resource State Response State of the Feature resource itself.
- Scope
States Dictionary<string, string> Scope-specific Feature status. If this Feature does report any per-Scope status, this field may be unused. The keys indicate which Scope the state is for, in the form:
projects/{p}/locations/global/scopes/{s}
Where {p} is the project, {s} is a valid Scope in this project. {p} WILL match the Feature's project.- State
Pulumi.
Google Native. GKEHub. V1Beta. Outputs. Common Feature State Response The Hub-wide Feature state.
- Update
Time string When the Feature resource was last updated.
- Create
Time string When the Feature resource was created.
- Delete
Time string When the Feature resource was deleted.
- Id string
The provider-assigned unique ID for this managed resource.
- Membership
States map[string]string Membership-specific Feature status. If this Feature does report any per-Membership status, this field may be unused. The keys indicate which Membership the state is for, in the form:
projects/{p}/locations/{l}/memberships/{m}
Where {p} is the project number, {l} is a valid location and {m} is a valid Membership in this project at that location. {p} MUST match the Feature's project number.- Name string
The full, unique name of this Feature resource in the format
projects/*/locations/*/features/*
.- Resource
State FeatureResource State Response State of the Feature resource itself.
- Scope
States map[string]string Scope-specific Feature status. If this Feature does report any per-Scope status, this field may be unused. The keys indicate which Scope the state is for, in the form:
projects/{p}/locations/global/scopes/{s}
Where {p} is the project, {s} is a valid Scope in this project. {p} WILL match the Feature's project.- State
Common
Feature State Response The Hub-wide Feature state.
- Update
Time string When the Feature resource was last updated.
- create
Time String When the Feature resource was created.
- delete
Time String When the Feature resource was deleted.
- id String
The provider-assigned unique ID for this managed resource.
- membership
States Map<String,String> Membership-specific Feature status. If this Feature does report any per-Membership status, this field may be unused. The keys indicate which Membership the state is for, in the form:
projects/{p}/locations/{l}/memberships/{m}
Where {p} is the project number, {l} is a valid location and {m} is a valid Membership in this project at that location. {p} MUST match the Feature's project number.- name String
The full, unique name of this Feature resource in the format
projects/*/locations/*/features/*
.- resource
State FeatureResource State Response State of the Feature resource itself.
- scope
States Map<String,String> Scope-specific Feature status. If this Feature does report any per-Scope status, this field may be unused. The keys indicate which Scope the state is for, in the form:
projects/{p}/locations/global/scopes/{s}
Where {p} is the project, {s} is a valid Scope in this project. {p} WILL match the Feature's project.- state
Common
Feature State Response The Hub-wide Feature state.
- update
Time String When the Feature resource was last updated.
- create
Time string When the Feature resource was created.
- delete
Time string When the Feature resource was deleted.
- id string
The provider-assigned unique ID for this managed resource.
- membership
States {[key: string]: string} Membership-specific Feature status. If this Feature does report any per-Membership status, this field may be unused. The keys indicate which Membership the state is for, in the form:
projects/{p}/locations/{l}/memberships/{m}
Where {p} is the project number, {l} is a valid location and {m} is a valid Membership in this project at that location. {p} MUST match the Feature's project number.- name string
The full, unique name of this Feature resource in the format
projects/*/locations/*/features/*
.- resource
State FeatureResource State Response State of the Feature resource itself.
- scope
States {[key: string]: string} Scope-specific Feature status. If this Feature does report any per-Scope status, this field may be unused. The keys indicate which Scope the state is for, in the form:
projects/{p}/locations/global/scopes/{s}
Where {p} is the project, {s} is a valid Scope in this project. {p} WILL match the Feature's project.- state
Common
Feature State Response The Hub-wide Feature state.
- update
Time string When the Feature resource was last updated.
- create_
time str When the Feature resource was created.
- delete_
time str When the Feature resource was deleted.
- id str
The provider-assigned unique ID for this managed resource.
- membership_
states Mapping[str, str] Membership-specific Feature status. If this Feature does report any per-Membership status, this field may be unused. The keys indicate which Membership the state is for, in the form:
projects/{p}/locations/{l}/memberships/{m}
Where {p} is the project number, {l} is a valid location and {m} is a valid Membership in this project at that location. {p} MUST match the Feature's project number.- name str
The full, unique name of this Feature resource in the format
projects/*/locations/*/features/*
.- resource_
state FeatureResource State Response State of the Feature resource itself.
- scope_
states Mapping[str, str] Scope-specific Feature status. If this Feature does report any per-Scope status, this field may be unused. The keys indicate which Scope the state is for, in the form:
projects/{p}/locations/global/scopes/{s}
Where {p} is the project, {s} is a valid Scope in this project. {p} WILL match the Feature's project.- state
Common
Feature State Response The Hub-wide Feature state.
- update_
time str When the Feature resource was last updated.
- create
Time String When the Feature resource was created.
- delete
Time String When the Feature resource was deleted.
- id String
The provider-assigned unique ID for this managed resource.
- membership
States Map<String> Membership-specific Feature status. If this Feature does report any per-Membership status, this field may be unused. The keys indicate which Membership the state is for, in the form:
projects/{p}/locations/{l}/memberships/{m}
Where {p} is the project number, {l} is a valid location and {m} is a valid Membership in this project at that location. {p} MUST match the Feature's project number.- name String
The full, unique name of this Feature resource in the format
projects/*/locations/*/features/*
.- resource
State Property Map State of the Feature resource itself.
- scope
States Map<String> Scope-specific Feature status. If this Feature does report any per-Scope status, this field may be unused. The keys indicate which Scope the state is for, in the form:
projects/{p}/locations/global/scopes/{s}
Where {p} is the project, {s} is a valid Scope in this project. {p} WILL match the Feature's project.- state Property Map
The Hub-wide Feature state.
- update
Time String When the Feature resource was last updated.
Supporting Types
AnthosObservabilityFeatureSpec, AnthosObservabilityFeatureSpecArgs
- Default
Membership Pulumi.Spec Google Native. GKEHub. V1Beta. Inputs. Anthos Observability Membership Spec Default membership spec for unconfigured memberships
- Default
Membership AnthosSpec Observability Membership Spec Default membership spec for unconfigured memberships
- default
Membership AnthosSpec Observability Membership Spec Default membership spec for unconfigured memberships
- default
Membership AnthosSpec Observability Membership Spec Default membership spec for unconfigured memberships
- default_
membership_ Anthosspec Observability Membership Spec Default membership spec for unconfigured memberships
- default
Membership Property MapSpec Default membership spec for unconfigured memberships
AnthosObservabilityFeatureSpecResponse, AnthosObservabilityFeatureSpecResponseArgs
- Default
Membership Pulumi.Spec Google Native. GKEHub. V1Beta. Inputs. Anthos Observability Membership Spec Response Default membership spec for unconfigured memberships
- Default
Membership AnthosSpec Observability Membership Spec Response Default membership spec for unconfigured memberships
- default
Membership AnthosSpec Observability Membership Spec Response Default membership spec for unconfigured memberships
- default
Membership AnthosSpec Observability Membership Spec Response Default membership spec for unconfigured memberships
- default_
membership_ Anthosspec Observability Membership Spec Response Default membership spec for unconfigured memberships
- default
Membership Property MapSpec Default membership spec for unconfigured memberships
AnthosObservabilityMembershipSpec, AnthosObservabilityMembershipSpecArgs
- Do
Not boolOptimize Metrics Use full of metrics rather than optimized metrics. See https://cloud.google.com/anthos/clusters/docs/on-prem/1.8/concepts/logging-and-monitoring#optimized_metrics_default_metrics
- Enable
Stackdriver boolOn Applications Enable collecting and reporting metrics and logs from user apps.
- Version string
the version of stackdriver operator used by this feature
- Do
Not boolOptimize Metrics Use full of metrics rather than optimized metrics. See https://cloud.google.com/anthos/clusters/docs/on-prem/1.8/concepts/logging-and-monitoring#optimized_metrics_default_metrics
- Enable
Stackdriver boolOn Applications Enable collecting and reporting metrics and logs from user apps.
- Version string
the version of stackdriver operator used by this feature
- do
Not BooleanOptimize Metrics Use full of metrics rather than optimized metrics. See https://cloud.google.com/anthos/clusters/docs/on-prem/1.8/concepts/logging-and-monitoring#optimized_metrics_default_metrics
- enable
Stackdriver BooleanOn Applications Enable collecting and reporting metrics and logs from user apps.
- version String
the version of stackdriver operator used by this feature
- do
Not booleanOptimize Metrics Use full of metrics rather than optimized metrics. See https://cloud.google.com/anthos/clusters/docs/on-prem/1.8/concepts/logging-and-monitoring#optimized_metrics_default_metrics
- enable
Stackdriver booleanOn Applications Enable collecting and reporting metrics and logs from user apps.
- version string
the version of stackdriver operator used by this feature
- do_
not_ booloptimize_ metrics Use full of metrics rather than optimized metrics. See https://cloud.google.com/anthos/clusters/docs/on-prem/1.8/concepts/logging-and-monitoring#optimized_metrics_default_metrics
- enable_
stackdriver_ boolon_ applications Enable collecting and reporting metrics and logs from user apps.
- version str
the version of stackdriver operator used by this feature
- do
Not BooleanOptimize Metrics Use full of metrics rather than optimized metrics. See https://cloud.google.com/anthos/clusters/docs/on-prem/1.8/concepts/logging-and-monitoring#optimized_metrics_default_metrics
- enable
Stackdriver BooleanOn Applications Enable collecting and reporting metrics and logs from user apps.
- version String
the version of stackdriver operator used by this feature
AnthosObservabilityMembershipSpecResponse, AnthosObservabilityMembershipSpecResponseArgs
- Do
Not boolOptimize Metrics Use full of metrics rather than optimized metrics. See https://cloud.google.com/anthos/clusters/docs/on-prem/1.8/concepts/logging-and-monitoring#optimized_metrics_default_metrics
- Enable
Stackdriver boolOn Applications Enable collecting and reporting metrics and logs from user apps.
- Version string
the version of stackdriver operator used by this feature
- Do
Not boolOptimize Metrics Use full of metrics rather than optimized metrics. See https://cloud.google.com/anthos/clusters/docs/on-prem/1.8/concepts/logging-and-monitoring#optimized_metrics_default_metrics
- Enable
Stackdriver boolOn Applications Enable collecting and reporting metrics and logs from user apps.
- Version string
the version of stackdriver operator used by this feature
- do
Not BooleanOptimize Metrics Use full of metrics rather than optimized metrics. See https://cloud.google.com/anthos/clusters/docs/on-prem/1.8/concepts/logging-and-monitoring#optimized_metrics_default_metrics
- enable
Stackdriver BooleanOn Applications Enable collecting and reporting metrics and logs from user apps.
- version String
the version of stackdriver operator used by this feature
- do
Not booleanOptimize Metrics Use full of metrics rather than optimized metrics. See https://cloud.google.com/anthos/clusters/docs/on-prem/1.8/concepts/logging-and-monitoring#optimized_metrics_default_metrics
- enable
Stackdriver booleanOn Applications Enable collecting and reporting metrics and logs from user apps.
- version string
the version of stackdriver operator used by this feature
- do_
not_ booloptimize_ metrics Use full of metrics rather than optimized metrics. See https://cloud.google.com/anthos/clusters/docs/on-prem/1.8/concepts/logging-and-monitoring#optimized_metrics_default_metrics
- enable_
stackdriver_ boolon_ applications Enable collecting and reporting metrics and logs from user apps.
- version str
the version of stackdriver operator used by this feature
- do
Not BooleanOptimize Metrics Use full of metrics rather than optimized metrics. See https://cloud.google.com/anthos/clusters/docs/on-prem/1.8/concepts/logging-and-monitoring#optimized_metrics_default_metrics
- enable
Stackdriver BooleanOn Applications Enable collecting and reporting metrics and logs from user apps.
- version String
the version of stackdriver operator used by this feature
AppDevExperienceFeatureStateResponse, AppDevExperienceFeatureStateResponseArgs
- Networking
Install Pulumi.Succeeded Google Native. GKEHub. V1Beta. Inputs. Status Response Status of subcomponent that detects configured Service Mesh resources.
- Networking
Install StatusSucceeded Response Status of subcomponent that detects configured Service Mesh resources.
- networking
Install StatusSucceeded Response Status of subcomponent that detects configured Service Mesh resources.
- networking
Install StatusSucceeded Response Status of subcomponent that detects configured Service Mesh resources.
- networking_
install_ Statussucceeded Response Status of subcomponent that detects configured Service Mesh resources.
- networking
Install Property MapSucceeded Status of subcomponent that detects configured Service Mesh resources.
CommonFeatureSpec, CommonFeatureSpecArgs
- Anthosobservability
Pulumi.
Google Native. GKEHub. V1Beta. Inputs. Anthos Observability Feature Spec Anthos Observability spec
- Appdevexperience
Pulumi.
Google Native. GKEHub. V1Beta. Inputs. App Dev Experience Feature Spec Appdevexperience specific spec.
- Fleetobservability
Pulumi.
Google Native. GKEHub. V1Beta. Inputs. Fleet Observability Feature Spec FleetObservability feature spec.
- Multiclusteringress
Pulumi.
Google Native. GKEHub. V1Beta. Inputs. Multi Cluster Ingress Feature Spec Multicluster Ingress-specific spec.
- Anthosobservability
Anthos
Observability Feature Spec Anthos Observability spec
- Appdevexperience
App
Dev Experience Feature Spec Appdevexperience specific spec.
- Fleetobservability
Fleet
Observability Feature Spec FleetObservability feature spec.
- Multiclusteringress
Multi
Cluster Ingress Feature Spec Multicluster Ingress-specific spec.
- anthosobservability
Anthos
Observability Feature Spec Anthos Observability spec
- appdevexperience
App
Dev Experience Feature Spec Appdevexperience specific spec.
- fleetobservability
Fleet
Observability Feature Spec FleetObservability feature spec.
- multiclusteringress
Multi
Cluster Ingress Feature Spec Multicluster Ingress-specific spec.
- anthosobservability
Anthos
Observability Feature Spec Anthos Observability spec
- appdevexperience
App
Dev Experience Feature Spec Appdevexperience specific spec.
- fleetobservability
Fleet
Observability Feature Spec FleetObservability feature spec.
- multiclusteringress
Multi
Cluster Ingress Feature Spec Multicluster Ingress-specific spec.
- anthosobservability
Anthos
Observability Feature Spec Anthos Observability spec
- appdevexperience
App
Dev Experience Feature Spec Appdevexperience specific spec.
- fleetobservability
Fleet
Observability Feature Spec FleetObservability feature spec.
- multiclusteringress
Multi
Cluster Ingress Feature Spec Multicluster Ingress-specific spec.
- anthosobservability Property Map
Anthos Observability spec
- appdevexperience Property Map
Appdevexperience specific spec.
- fleetobservability Property Map
FleetObservability feature spec.
- multiclusteringress Property Map
Multicluster Ingress-specific spec.
CommonFeatureSpecResponse, CommonFeatureSpecResponseArgs
- Anthosobservability
Pulumi.
Google Native. GKEHub. V1Beta. Inputs. Anthos Observability Feature Spec Response Anthos Observability spec
- Appdevexperience
Pulumi.
Google Native. GKEHub. V1Beta. Inputs. App Dev Experience Feature Spec Response Appdevexperience specific spec.
- Fleetobservability
Pulumi.
Google Native. GKEHub. V1Beta. Inputs. Fleet Observability Feature Spec Response FleetObservability feature spec.
- Multiclusteringress
Pulumi.
Google Native. GKEHub. V1Beta. Inputs. Multi Cluster Ingress Feature Spec Response Multicluster Ingress-specific spec.
- Anthosobservability
Anthos
Observability Feature Spec Response Anthos Observability spec
- Appdevexperience
App
Dev Experience Feature Spec Response Appdevexperience specific spec.
- Fleetobservability
Fleet
Observability Feature Spec Response FleetObservability feature spec.
- Multiclusteringress
Multi
Cluster Ingress Feature Spec Response Multicluster Ingress-specific spec.
- anthosobservability
Anthos
Observability Feature Spec Response Anthos Observability spec
- appdevexperience
App
Dev Experience Feature Spec Response Appdevexperience specific spec.
- fleetobservability
Fleet
Observability Feature Spec Response FleetObservability feature spec.
- multiclusteringress
Multi
Cluster Ingress Feature Spec Response Multicluster Ingress-specific spec.
- anthosobservability
Anthos
Observability Feature Spec Response Anthos Observability spec
- appdevexperience
App
Dev Experience Feature Spec Response Appdevexperience specific spec.
- fleetobservability
Fleet
Observability Feature Spec Response FleetObservability feature spec.
- multiclusteringress
Multi
Cluster Ingress Feature Spec Response Multicluster Ingress-specific spec.
- anthosobservability
Anthos
Observability Feature Spec Response Anthos Observability spec
- appdevexperience
App
Dev Experience Feature Spec Response Appdevexperience specific spec.
- fleetobservability
Fleet
Observability Feature Spec Response FleetObservability feature spec.
- multiclusteringress
Multi
Cluster Ingress Feature Spec Response Multicluster Ingress-specific spec.
- anthosobservability Property Map
Anthos Observability spec
- appdevexperience Property Map
Appdevexperience specific spec.
- fleetobservability Property Map
FleetObservability feature spec.
- multiclusteringress Property Map
Multicluster Ingress-specific spec.
CommonFeatureStateResponse, CommonFeatureStateResponseArgs
- Appdevexperience
Pulumi.
Google Native. GKEHub. V1Beta. Inputs. App Dev Experience Feature State Response Appdevexperience specific state.
- Fleetobservability
Pulumi.
Google Native. GKEHub. V1Beta. Inputs. Fleet Observability Feature State Response FleetObservability feature state.
- State
Pulumi.
Google Native. GKEHub. V1Beta. Inputs. Feature State Response The "running state" of the Feature in this Hub.
- Appdevexperience
App
Dev Experience Feature State Response Appdevexperience specific state.
- Fleetobservability
Fleet
Observability Feature State Response FleetObservability feature state.
- State
Feature
State Response The "running state" of the Feature in this Hub.
- appdevexperience
App
Dev Experience Feature State Response Appdevexperience specific state.
- fleetobservability
Fleet
Observability Feature State Response FleetObservability feature state.
- state
Feature
State Response The "running state" of the Feature in this Hub.
- appdevexperience
App
Dev Experience Feature State Response Appdevexperience specific state.
- fleetobservability
Fleet
Observability Feature State Response FleetObservability feature state.
- state
Feature
State Response The "running state" of the Feature in this Hub.
- appdevexperience
App
Dev Experience Feature State Response Appdevexperience specific state.
- fleetobservability
Fleet
Observability Feature State Response FleetObservability feature state.
- state
Feature
State Response The "running state" of the Feature in this Hub.
- appdevexperience Property Map
Appdevexperience specific state.
- fleetobservability Property Map
FleetObservability feature state.
- state Property Map
The "running state" of the Feature in this Hub.
CommonFleetDefaultMemberConfigSpec, CommonFleetDefaultMemberConfigSpecArgs
- Identityservice
Pulumi.
Google Native. GKEHub. V1Beta. Inputs. Identity Service Membership Spec Identity Service-specific spec.
- Identityservice
Identity
Service Membership Spec Identity Service-specific spec.
- identityservice
Identity
Service Membership Spec Identity Service-specific spec.
- identityservice
Identity
Service Membership Spec Identity Service-specific spec.
- identityservice
Identity
Service Membership Spec Identity Service-specific spec.
- identityservice Property Map
Identity Service-specific spec.
CommonFleetDefaultMemberConfigSpecResponse, CommonFleetDefaultMemberConfigSpecResponseArgs
- Identityservice
Pulumi.
Google Native. GKEHub. V1Beta. Inputs. Identity Service Membership Spec Response Identity Service-specific spec.
- Identityservice
Identity
Service Membership Spec Response Identity Service-specific spec.
- identityservice
Identity
Service Membership Spec Response Identity Service-specific spec.
- identityservice
Identity
Service Membership Spec Response Identity Service-specific spec.
- identityservice
Identity
Service Membership Spec Response Identity Service-specific spec.
- identityservice Property Map
Identity Service-specific spec.
FeatureResourceStateResponse, FeatureResourceStateResponseArgs
- State string
The current state of the Feature resource in the Hub API.
- State string
The current state of the Feature resource in the Hub API.
- state String
The current state of the Feature resource in the Hub API.
- state string
The current state of the Feature resource in the Hub API.
- state str
The current state of the Feature resource in the Hub API.
- state String
The current state of the Feature resource in the Hub API.
FeatureStateResponse, FeatureStateResponseArgs
- Code string
The high-level, machine-readable status of this Feature.
- Description string
A human-readable description of the current status.
- Update
Time string The time this status and any related Feature-specific details were updated.
- Code string
The high-level, machine-readable status of this Feature.
- Description string
A human-readable description of the current status.
- Update
Time string The time this status and any related Feature-specific details were updated.
- code String
The high-level, machine-readable status of this Feature.
- description String
A human-readable description of the current status.
- update
Time String The time this status and any related Feature-specific details were updated.
- code string
The high-level, machine-readable status of this Feature.
- description string
A human-readable description of the current status.
- update
Time string The time this status and any related Feature-specific details were updated.
- code str
The high-level, machine-readable status of this Feature.
- description str
A human-readable description of the current status.
- update_
time str The time this status and any related Feature-specific details were updated.
- code String
The high-level, machine-readable status of this Feature.
- description String
A human-readable description of the current status.
- update
Time String The time this status and any related Feature-specific details were updated.
FleetObservabilityFeatureSpec, FleetObservabilityFeatureSpecArgs
- Logging
Config Pulumi.Google Native. GKEHub. V1Beta. Inputs. Fleet Observability Logging Config Specified if fleet logging feature is enabled for the entire fleet. If UNSPECIFIED, fleet logging feature is disabled for the entire fleet.
- Logging
Config FleetObservability Logging Config Specified if fleet logging feature is enabled for the entire fleet. If UNSPECIFIED, fleet logging feature is disabled for the entire fleet.
- logging
Config FleetObservability Logging Config Specified if fleet logging feature is enabled for the entire fleet. If UNSPECIFIED, fleet logging feature is disabled for the entire fleet.
- logging
Config FleetObservability Logging Config Specified if fleet logging feature is enabled for the entire fleet. If UNSPECIFIED, fleet logging feature is disabled for the entire fleet.
- logging_
config FleetObservability Logging Config Specified if fleet logging feature is enabled for the entire fleet. If UNSPECIFIED, fleet logging feature is disabled for the entire fleet.
- logging
Config Property Map Specified if fleet logging feature is enabled for the entire fleet. If UNSPECIFIED, fleet logging feature is disabled for the entire fleet.
FleetObservabilityFeatureSpecResponse, FleetObservabilityFeatureSpecResponseArgs
- Logging
Config Pulumi.Google Native. GKEHub. V1Beta. Inputs. Fleet Observability Logging Config Response Specified if fleet logging feature is enabled for the entire fleet. If UNSPECIFIED, fleet logging feature is disabled for the entire fleet.
- Logging
Config FleetObservability Logging Config Response Specified if fleet logging feature is enabled for the entire fleet. If UNSPECIFIED, fleet logging feature is disabled for the entire fleet.
- logging
Config FleetObservability Logging Config Response Specified if fleet logging feature is enabled for the entire fleet. If UNSPECIFIED, fleet logging feature is disabled for the entire fleet.
- logging
Config FleetObservability Logging Config Response Specified if fleet logging feature is enabled for the entire fleet. If UNSPECIFIED, fleet logging feature is disabled for the entire fleet.
- logging_
config FleetObservability Logging Config Response Specified if fleet logging feature is enabled for the entire fleet. If UNSPECIFIED, fleet logging feature is disabled for the entire fleet.
- logging
Config Property Map Specified if fleet logging feature is enabled for the entire fleet. If UNSPECIFIED, fleet logging feature is disabled for the entire fleet.
FleetObservabilityLoggingConfig, FleetObservabilityLoggingConfigArgs
- Default
Config Pulumi.Google Native. GKEHub. V1Beta. Inputs. Fleet Observability Routing Config Specified if applying the default routing config to logs not specified in other configs.
- Fleet
Scope Pulumi.Logs Config Google Native. GKEHub. V1Beta. Inputs. Fleet Observability Routing Config Specified if applying the routing config to all logs for all fleet scopes.
- Default
Config FleetObservability Routing Config Specified if applying the default routing config to logs not specified in other configs.
- Fleet
Scope FleetLogs Config Observability Routing Config Specified if applying the routing config to all logs for all fleet scopes.
- default
Config FleetObservability Routing Config Specified if applying the default routing config to logs not specified in other configs.
- fleet
Scope FleetLogs Config Observability Routing Config Specified if applying the routing config to all logs for all fleet scopes.
- default
Config FleetObservability Routing Config Specified if applying the default routing config to logs not specified in other configs.
- fleet
Scope FleetLogs Config Observability Routing Config Specified if applying the routing config to all logs for all fleet scopes.
- default_
config FleetObservability Routing Config Specified if applying the default routing config to logs not specified in other configs.
- fleet_
scope_ Fleetlogs_ config Observability Routing Config Specified if applying the routing config to all logs for all fleet scopes.
- default
Config Property Map Specified if applying the default routing config to logs not specified in other configs.
- fleet
Scope Property MapLogs Config Specified if applying the routing config to all logs for all fleet scopes.
FleetObservabilityLoggingConfigResponse, FleetObservabilityLoggingConfigResponseArgs
- Default
Config Pulumi.Google Native. GKEHub. V1Beta. Inputs. Fleet Observability Routing Config Response Specified if applying the default routing config to logs not specified in other configs.
- Fleet
Scope Pulumi.Logs Config Google Native. GKEHub. V1Beta. Inputs. Fleet Observability Routing Config Response Specified if applying the routing config to all logs for all fleet scopes.
- Default
Config FleetObservability Routing Config Response Specified if applying the default routing config to logs not specified in other configs.
- Fleet
Scope FleetLogs Config Observability Routing Config Response Specified if applying the routing config to all logs for all fleet scopes.
- default
Config FleetObservability Routing Config Response Specified if applying the default routing config to logs not specified in other configs.
- fleet
Scope FleetLogs Config Observability Routing Config Response Specified if applying the routing config to all logs for all fleet scopes.
- default
Config FleetObservability Routing Config Response Specified if applying the default routing config to logs not specified in other configs.
- fleet
Scope FleetLogs Config Observability Routing Config Response Specified if applying the routing config to all logs for all fleet scopes.
- default_
config FleetObservability Routing Config Response Specified if applying the default routing config to logs not specified in other configs.
- fleet_
scope_ Fleetlogs_ config Observability Routing Config Response Specified if applying the routing config to all logs for all fleet scopes.
- default
Config Property Map Specified if applying the default routing config to logs not specified in other configs.
- fleet
Scope Property MapLogs Config Specified if applying the routing config to all logs for all fleet scopes.
FleetObservabilityRoutingConfig, FleetObservabilityRoutingConfigArgs
- Mode
Pulumi.
Google Native. GKEHub. V1Beta. Fleet Observability Routing Config Mode mode configures the logs routing mode.
- Mode
Fleet
Observability Routing Config Mode mode configures the logs routing mode.
- mode
Fleet
Observability Routing Config Mode mode configures the logs routing mode.
- mode
Fleet
Observability Routing Config Mode mode configures the logs routing mode.
- mode
Fleet
Observability Routing Config Mode mode configures the logs routing mode.
- mode "MODE_UNSPECIFIED" | "COPY" | "MOVE"
mode configures the logs routing mode.
FleetObservabilityRoutingConfigMode, FleetObservabilityRoutingConfigModeArgs
- Mode
Unspecified - MODE_UNSPECIFIED
If UNSPECIFIED, fleet logging feature is disabled.
- Copy
- COPY
logs will be copied to the destination project.
- Move
- MOVE
logs will be moved to the destination project.
- Fleet
Observability Routing Config Mode Mode Unspecified - MODE_UNSPECIFIED
If UNSPECIFIED, fleet logging feature is disabled.
- Fleet
Observability Routing Config Mode Copy - COPY
logs will be copied to the destination project.
- Fleet
Observability Routing Config Mode Move - MOVE
logs will be moved to the destination project.
- Mode
Unspecified - MODE_UNSPECIFIED
If UNSPECIFIED, fleet logging feature is disabled.
- Copy
- COPY
logs will be copied to the destination project.
- Move
- MOVE
logs will be moved to the destination project.
- Mode
Unspecified - MODE_UNSPECIFIED
If UNSPECIFIED, fleet logging feature is disabled.
- Copy
- COPY
logs will be copied to the destination project.
- Move
- MOVE
logs will be moved to the destination project.
- MODE_UNSPECIFIED
- MODE_UNSPECIFIED
If UNSPECIFIED, fleet logging feature is disabled.
- COPY
- COPY
logs will be copied to the destination project.
- MOVE
- MOVE
logs will be moved to the destination project.
- "MODE_UNSPECIFIED"
- MODE_UNSPECIFIED
If UNSPECIFIED, fleet logging feature is disabled.
- "COPY"
- COPY
logs will be copied to the destination project.
- "MOVE"
- MOVE
logs will be moved to the destination project.
FleetObservabilityRoutingConfigResponse, FleetObservabilityRoutingConfigResponseArgs
- Mode string
mode configures the logs routing mode.
- Mode string
mode configures the logs routing mode.
- mode String
mode configures the logs routing mode.
- mode string
mode configures the logs routing mode.
- mode str
mode configures the logs routing mode.
- mode String
mode configures the logs routing mode.
IdentityServiceAuthMethod, IdentityServiceAuthMethodArgs
- Azuread
Config Pulumi.Google Native. GKEHub. V1Beta. Inputs. Identity Service Azure ADConfig AzureAD specific Configuration.
- Google
Config Pulumi.Google Native. GKEHub. V1Beta. Inputs. Identity Service Google Config GoogleConfig specific configuration
- Name string
Identifier for auth config.
- Oidc
Config Pulumi.Google Native. GKEHub. V1Beta. Inputs. Identity Service Oidc Config OIDC specific configuration.
- Proxy string
Proxy server address to use for auth method.
- Azuread
Config IdentityService Azure ADConfig AzureAD specific Configuration.
- Google
Config IdentityService Google Config GoogleConfig specific configuration
- Name string
Identifier for auth config.
- Oidc
Config IdentityService Oidc Config OIDC specific configuration.
- Proxy string
Proxy server address to use for auth method.
- azuread
Config IdentityService Azure ADConfig AzureAD specific Configuration.
- google
Config IdentityService Google Config GoogleConfig specific configuration
- name String
Identifier for auth config.
- oidc
Config IdentityService Oidc Config OIDC specific configuration.
- proxy String
Proxy server address to use for auth method.
- azuread
Config IdentityService Azure ADConfig AzureAD specific Configuration.
- google
Config IdentityService Google Config GoogleConfig specific configuration
- name string
Identifier for auth config.
- oidc
Config IdentityService Oidc Config OIDC specific configuration.
- proxy string
Proxy server address to use for auth method.
- azuread_
config IdentityService Azure ADConfig AzureAD specific Configuration.
- google_
config IdentityService Google Config GoogleConfig specific configuration
- name str
Identifier for auth config.
- oidc_
config IdentityService Oidc Config OIDC specific configuration.
- proxy str
Proxy server address to use for auth method.
- azuread
Config Property Map AzureAD specific Configuration.
- google
Config Property Map GoogleConfig specific configuration
- name String
Identifier for auth config.
- oidc
Config Property Map OIDC specific configuration.
- proxy String
Proxy server address to use for auth method.
IdentityServiceAuthMethodResponse, IdentityServiceAuthMethodResponseArgs
- Azuread
Config Pulumi.Google Native. GKEHub. V1Beta. Inputs. Identity Service Azure ADConfig Response AzureAD specific Configuration.
- Google
Config Pulumi.Google Native. GKEHub. V1Beta. Inputs. Identity Service Google Config Response GoogleConfig specific configuration
- Name string
Identifier for auth config.
- Oidc
Config Pulumi.Google Native. GKEHub. V1Beta. Inputs. Identity Service Oidc Config Response OIDC specific configuration.
- Proxy string
Proxy server address to use for auth method.
- Azuread
Config IdentityService Azure ADConfig Response AzureAD specific Configuration.
- Google
Config IdentityService Google Config Response GoogleConfig specific configuration
- Name string
Identifier for auth config.
- Oidc
Config IdentityService Oidc Config Response OIDC specific configuration.
- Proxy string
Proxy server address to use for auth method.
- azuread
Config IdentityService Azure ADConfig Response AzureAD specific Configuration.
- google
Config IdentityService Google Config Response GoogleConfig specific configuration
- name String
Identifier for auth config.
- oidc
Config IdentityService Oidc Config Response OIDC specific configuration.
- proxy String
Proxy server address to use for auth method.
- azuread
Config IdentityService Azure ADConfig Response AzureAD specific Configuration.
- google
Config IdentityService Google Config Response GoogleConfig specific configuration
- name string
Identifier for auth config.
- oidc
Config IdentityService Oidc Config Response OIDC specific configuration.
- proxy string
Proxy server address to use for auth method.
- azuread_
config IdentityService Azure ADConfig Response AzureAD specific Configuration.
- google_
config IdentityService Google Config Response GoogleConfig specific configuration
- name str
Identifier for auth config.
- oidc_
config IdentityService Oidc Config Response OIDC specific configuration.
- proxy str
Proxy server address to use for auth method.
- azuread
Config Property Map AzureAD specific Configuration.
- google
Config Property Map GoogleConfig specific configuration
- name String
Identifier for auth config.
- oidc
Config Property Map OIDC specific configuration.
- proxy String
Proxy server address to use for auth method.
IdentityServiceAzureADConfig, IdentityServiceAzureADConfigArgs
- Client
Id string ID for the registered client application that makes authentication requests to the Azure AD identity provider.
- Client
Secret string Input only. Unencrypted AzureAD client secret will be passed to the GKE Hub CLH.
- Kubectl
Redirect stringUri The redirect URL that kubectl uses for authorization.
- Tenant string
Kind of Azure AD account to be authenticated. Supported values are or for accounts belonging to a specific tenant.
- Client
Id string ID for the registered client application that makes authentication requests to the Azure AD identity provider.
- Client
Secret string Input only. Unencrypted AzureAD client secret will be passed to the GKE Hub CLH.
- Kubectl
Redirect stringUri The redirect URL that kubectl uses for authorization.
- Tenant string
Kind of Azure AD account to be authenticated. Supported values are or for accounts belonging to a specific tenant.
- client
Id String ID for the registered client application that makes authentication requests to the Azure AD identity provider.
- client
Secret String Input only. Unencrypted AzureAD client secret will be passed to the GKE Hub CLH.
- kubectl
Redirect StringUri The redirect URL that kubectl uses for authorization.
- tenant String
Kind of Azure AD account to be authenticated. Supported values are or for accounts belonging to a specific tenant.
- client
Id string ID for the registered client application that makes authentication requests to the Azure AD identity provider.
- client
Secret string Input only. Unencrypted AzureAD client secret will be passed to the GKE Hub CLH.
- kubectl
Redirect stringUri The redirect URL that kubectl uses for authorization.
- tenant string
Kind of Azure AD account to be authenticated. Supported values are or for accounts belonging to a specific tenant.
- client_
id str ID for the registered client application that makes authentication requests to the Azure AD identity provider.
- client_
secret str Input only. Unencrypted AzureAD client secret will be passed to the GKE Hub CLH.
- kubectl_
redirect_ struri The redirect URL that kubectl uses for authorization.
- tenant str
Kind of Azure AD account to be authenticated. Supported values are or for accounts belonging to a specific tenant.
- client
Id String ID for the registered client application that makes authentication requests to the Azure AD identity provider.
- client
Secret String Input only. Unencrypted AzureAD client secret will be passed to the GKE Hub CLH.
- kubectl
Redirect StringUri The redirect URL that kubectl uses for authorization.
- tenant String
Kind of Azure AD account to be authenticated. Supported values are or for accounts belonging to a specific tenant.
IdentityServiceAzureADConfigResponse, IdentityServiceAzureADConfigResponseArgs
- Client
Id string ID for the registered client application that makes authentication requests to the Azure AD identity provider.
- Client
Secret string Input only. Unencrypted AzureAD client secret will be passed to the GKE Hub CLH.
- Encrypted
Client stringSecret Encrypted AzureAD client secret.
- Kubectl
Redirect stringUri The redirect URL that kubectl uses for authorization.
- Tenant string
Kind of Azure AD account to be authenticated. Supported values are or for accounts belonging to a specific tenant.
- Client
Id string ID for the registered client application that makes authentication requests to the Azure AD identity provider.
- Client
Secret string Input only. Unencrypted AzureAD client secret will be passed to the GKE Hub CLH.
- Encrypted
Client stringSecret Encrypted AzureAD client secret.
- Kubectl
Redirect stringUri The redirect URL that kubectl uses for authorization.
- Tenant string
Kind of Azure AD account to be authenticated. Supported values are or for accounts belonging to a specific tenant.
- client
Id String ID for the registered client application that makes authentication requests to the Azure AD identity provider.
- client
Secret String Input only. Unencrypted AzureAD client secret will be passed to the GKE Hub CLH.
- encrypted
Client StringSecret Encrypted AzureAD client secret.
- kubectl
Redirect StringUri The redirect URL that kubectl uses for authorization.
- tenant String
Kind of Azure AD account to be authenticated. Supported values are or for accounts belonging to a specific tenant.
- client
Id string ID for the registered client application that makes authentication requests to the Azure AD identity provider.
- client
Secret string Input only. Unencrypted AzureAD client secret will be passed to the GKE Hub CLH.
- encrypted
Client stringSecret Encrypted AzureAD client secret.
- kubectl
Redirect stringUri The redirect URL that kubectl uses for authorization.
- tenant string
Kind of Azure AD account to be authenticated. Supported values are or for accounts belonging to a specific tenant.
- client_
id str ID for the registered client application that makes authentication requests to the Azure AD identity provider.
- client_
secret str Input only. Unencrypted AzureAD client secret will be passed to the GKE Hub CLH.
- encrypted_
client_ strsecret Encrypted AzureAD client secret.
- kubectl_
redirect_ struri The redirect URL that kubectl uses for authorization.
- tenant str
Kind of Azure AD account to be authenticated. Supported values are or for accounts belonging to a specific tenant.
- client
Id String ID for the registered client application that makes authentication requests to the Azure AD identity provider.
- client
Secret String Input only. Unencrypted AzureAD client secret will be passed to the GKE Hub CLH.
- encrypted
Client StringSecret Encrypted AzureAD client secret.
- kubectl
Redirect StringUri The redirect URL that kubectl uses for authorization.
- tenant String
Kind of Azure AD account to be authenticated. Supported values are or for accounts belonging to a specific tenant.
IdentityServiceGoogleConfig, IdentityServiceGoogleConfigArgs
- Disable bool
Disable automatic configuration of Google Plugin on supported platforms.
- Disable bool
Disable automatic configuration of Google Plugin on supported platforms.
- disable Boolean
Disable automatic configuration of Google Plugin on supported platforms.
- disable boolean
Disable automatic configuration of Google Plugin on supported platforms.
- disable bool
Disable automatic configuration of Google Plugin on supported platforms.
- disable Boolean
Disable automatic configuration of Google Plugin on supported platforms.
IdentityServiceGoogleConfigResponse, IdentityServiceGoogleConfigResponseArgs
- Disable bool
Disable automatic configuration of Google Plugin on supported platforms.
- Disable bool
Disable automatic configuration of Google Plugin on supported platforms.
- disable Boolean
Disable automatic configuration of Google Plugin on supported platforms.
- disable boolean
Disable automatic configuration of Google Plugin on supported platforms.
- disable bool
Disable automatic configuration of Google Plugin on supported platforms.
- disable Boolean
Disable automatic configuration of Google Plugin on supported platforms.
IdentityServiceMembershipSpec, IdentityServiceMembershipSpecArgs
- Auth
Methods List<Pulumi.Google Native. GKEHub. V1Beta. Inputs. Identity Service Auth Method> A member may support multiple auth methods.
- Auth
Methods []IdentityService Auth Method A member may support multiple auth methods.
- auth
Methods List<IdentityService Auth Method> A member may support multiple auth methods.
- auth
Methods IdentityService Auth Method[] A member may support multiple auth methods.
- auth_
methods Sequence[IdentityService Auth Method] A member may support multiple auth methods.
- auth
Methods List<Property Map> A member may support multiple auth methods.
IdentityServiceMembershipSpecResponse, IdentityServiceMembershipSpecResponseArgs
- Auth
Methods List<Pulumi.Google Native. GKEHub. V1Beta. Inputs. Identity Service Auth Method Response> A member may support multiple auth methods.
- Auth
Methods []IdentityService Auth Method Response A member may support multiple auth methods.
- auth
Methods List<IdentityService Auth Method Response> A member may support multiple auth methods.
- auth
Methods IdentityService Auth Method Response[] A member may support multiple auth methods.
- auth_
methods Sequence[IdentityService Auth Method Response] A member may support multiple auth methods.
- auth
Methods List<Property Map> A member may support multiple auth methods.
IdentityServiceOidcConfig, IdentityServiceOidcConfigArgs
- string
PEM-encoded CA for OIDC provider.
- Client
Id string ID for OIDC client application.
- Client
Secret string Input only. Unencrypted OIDC client secret will be passed to the GKE Hub CLH.
- Deploy
Cloud boolConsole Proxy Flag to denote if reverse proxy is used to connect to auth provider. This flag should be set to true when provider is not reachable by Google Cloud Console.
- Enable
Access boolToken Enable access token.
- Extra
Params string Comma-separated list of key-value pairs.
- Group
Prefix string Prefix to prepend to group name.
- Groups
Claim string Claim in OIDC ID token that holds group information.
- Issuer
Uri string URI for the OIDC provider. This should point to the level below .well-known/openid-configuration.
- Kubectl
Redirect stringUri Registered redirect uri to redirect users going through OAuth flow using kubectl plugin.
- Scopes string
Comma-separated list of identifiers.
- User
Claim string Claim in OIDC ID token that holds username.
- User
Prefix string Prefix to prepend to user name.
- string
PEM-encoded CA for OIDC provider.
- Client
Id string ID for OIDC client application.
- Client
Secret string Input only. Unencrypted OIDC client secret will be passed to the GKE Hub CLH.
- Deploy
Cloud boolConsole Proxy Flag to denote if reverse proxy is used to connect to auth provider. This flag should be set to true when provider is not reachable by Google Cloud Console.
- Enable
Access boolToken Enable access token.
- Extra
Params string Comma-separated list of key-value pairs.
- Group
Prefix string Prefix to prepend to group name.
- Groups
Claim string Claim in OIDC ID token that holds group information.
- Issuer
Uri string URI for the OIDC provider. This should point to the level below .well-known/openid-configuration.
- Kubectl
Redirect stringUri Registered redirect uri to redirect users going through OAuth flow using kubectl plugin.
- Scopes string
Comma-separated list of identifiers.
- User
Claim string Claim in OIDC ID token that holds username.
- User
Prefix string Prefix to prepend to user name.
- String
PEM-encoded CA for OIDC provider.
- client
Id String ID for OIDC client application.
- client
Secret String Input only. Unencrypted OIDC client secret will be passed to the GKE Hub CLH.
- deploy
Cloud BooleanConsole Proxy Flag to denote if reverse proxy is used to connect to auth provider. This flag should be set to true when provider is not reachable by Google Cloud Console.
- enable
Access BooleanToken Enable access token.
- extra
Params String Comma-separated list of key-value pairs.
- group
Prefix String Prefix to prepend to group name.
- groups
Claim String Claim in OIDC ID token that holds group information.
- issuer
Uri String URI for the OIDC provider. This should point to the level below .well-known/openid-configuration.
- kubectl
Redirect StringUri Registered redirect uri to redirect users going through OAuth flow using kubectl plugin.
- scopes String
Comma-separated list of identifiers.
- user
Claim String Claim in OIDC ID token that holds username.
- user
Prefix String Prefix to prepend to user name.
- string
PEM-encoded CA for OIDC provider.
- client
Id string ID for OIDC client application.
- client
Secret string Input only. Unencrypted OIDC client secret will be passed to the GKE Hub CLH.
- deploy
Cloud booleanConsole Proxy Flag to denote if reverse proxy is used to connect to auth provider. This flag should be set to true when provider is not reachable by Google Cloud Console.
- enable
Access booleanToken Enable access token.
- extra
Params string Comma-separated list of key-value pairs.
- group
Prefix string Prefix to prepend to group name.
- groups
Claim string Claim in OIDC ID token that holds group information.
- issuer
Uri string URI for the OIDC provider. This should point to the level below .well-known/openid-configuration.
- kubectl
Redirect stringUri Registered redirect uri to redirect users going through OAuth flow using kubectl plugin.
- scopes string
Comma-separated list of identifiers.
- user
Claim string Claim in OIDC ID token that holds username.
- user
Prefix string Prefix to prepend to user name.
- str
PEM-encoded CA for OIDC provider.
- client_
id str ID for OIDC client application.
- client_
secret str Input only. Unencrypted OIDC client secret will be passed to the GKE Hub CLH.
- deploy_
cloud_ boolconsole_ proxy Flag to denote if reverse proxy is used to connect to auth provider. This flag should be set to true when provider is not reachable by Google Cloud Console.
- enable_
access_ booltoken Enable access token.
- extra_
params str Comma-separated list of key-value pairs.
- group_
prefix str Prefix to prepend to group name.
- groups_
claim str Claim in OIDC ID token that holds group information.
- issuer_
uri str URI for the OIDC provider. This should point to the level below .well-known/openid-configuration.
- kubectl_
redirect_ struri Registered redirect uri to redirect users going through OAuth flow using kubectl plugin.
- scopes str
Comma-separated list of identifiers.
- user_
claim str Claim in OIDC ID token that holds username.
- user_
prefix str Prefix to prepend to user name.
- String
PEM-encoded CA for OIDC provider.
- client
Id String ID for OIDC client application.
- client
Secret String Input only. Unencrypted OIDC client secret will be passed to the GKE Hub CLH.
- deploy
Cloud BooleanConsole Proxy Flag to denote if reverse proxy is used to connect to auth provider. This flag should be set to true when provider is not reachable by Google Cloud Console.
- enable
Access BooleanToken Enable access token.
- extra
Params String Comma-separated list of key-value pairs.
- group
Prefix String Prefix to prepend to group name.
- groups
Claim String Claim in OIDC ID token that holds group information.
- issuer
Uri String URI for the OIDC provider. This should point to the level below .well-known/openid-configuration.
- kubectl
Redirect StringUri Registered redirect uri to redirect users going through OAuth flow using kubectl plugin.
- scopes String
Comma-separated list of identifiers.
- user
Claim String Claim in OIDC ID token that holds username.
- user
Prefix String Prefix to prepend to user name.
IdentityServiceOidcConfigResponse, IdentityServiceOidcConfigResponseArgs
- string
PEM-encoded CA for OIDC provider.
- Client
Id string ID for OIDC client application.
- Client
Secret string Input only. Unencrypted OIDC client secret will be passed to the GKE Hub CLH.
- Deploy
Cloud boolConsole Proxy Flag to denote if reverse proxy is used to connect to auth provider. This flag should be set to true when provider is not reachable by Google Cloud Console.
- Enable
Access boolToken Enable access token.
- Encrypted
Client stringSecret Encrypted OIDC Client secret
- Extra
Params string Comma-separated list of key-value pairs.
- Group
Prefix string Prefix to prepend to group name.
- Groups
Claim string Claim in OIDC ID token that holds group information.
- Issuer
Uri string URI for the OIDC provider. This should point to the level below .well-known/openid-configuration.
- Kubectl
Redirect stringUri Registered redirect uri to redirect users going through OAuth flow using kubectl plugin.
- Scopes string
Comma-separated list of identifiers.
- User
Claim string Claim in OIDC ID token that holds username.
- User
Prefix string Prefix to prepend to user name.
- string
PEM-encoded CA for OIDC provider.
- Client
Id string ID for OIDC client application.
- Client
Secret string Input only. Unencrypted OIDC client secret will be passed to the GKE Hub CLH.
- Deploy
Cloud boolConsole Proxy Flag to denote if reverse proxy is used to connect to auth provider. This flag should be set to true when provider is not reachable by Google Cloud Console.
- Enable
Access boolToken Enable access token.
- Encrypted
Client stringSecret Encrypted OIDC Client secret
- Extra
Params string Comma-separated list of key-value pairs.
- Group
Prefix string Prefix to prepend to group name.
- Groups
Claim string Claim in OIDC ID token that holds group information.
- Issuer
Uri string URI for the OIDC provider. This should point to the level below .well-known/openid-configuration.
- Kubectl
Redirect stringUri Registered redirect uri to redirect users going through OAuth flow using kubectl plugin.
- Scopes string
Comma-separated list of identifiers.
- User
Claim string Claim in OIDC ID token that holds username.
- User
Prefix string Prefix to prepend to user name.
- String
PEM-encoded CA for OIDC provider.
- client
Id String ID for OIDC client application.
- client
Secret String Input only. Unencrypted OIDC client secret will be passed to the GKE Hub CLH.
- deploy
Cloud BooleanConsole Proxy Flag to denote if reverse proxy is used to connect to auth provider. This flag should be set to true when provider is not reachable by Google Cloud Console.
- enable
Access BooleanToken Enable access token.
- encrypted
Client StringSecret Encrypted OIDC Client secret
- extra
Params String Comma-separated list of key-value pairs.
- group
Prefix String Prefix to prepend to group name.
- groups
Claim String Claim in OIDC ID token that holds group information.
- issuer
Uri String URI for the OIDC provider. This should point to the level below .well-known/openid-configuration.
- kubectl
Redirect StringUri Registered redirect uri to redirect users going through OAuth flow using kubectl plugin.
- scopes String
Comma-separated list of identifiers.
- user
Claim String Claim in OIDC ID token that holds username.
- user
Prefix String Prefix to prepend to user name.
- string
PEM-encoded CA for OIDC provider.
- client
Id string ID for OIDC client application.
- client
Secret string Input only. Unencrypted OIDC client secret will be passed to the GKE Hub CLH.
- deploy
Cloud booleanConsole Proxy Flag to denote if reverse proxy is used to connect to auth provider. This flag should be set to true when provider is not reachable by Google Cloud Console.
- enable
Access booleanToken Enable access token.
- encrypted
Client stringSecret Encrypted OIDC Client secret
- extra
Params string Comma-separated list of key-value pairs.
- group
Prefix string Prefix to prepend to group name.
- groups
Claim string Claim in OIDC ID token that holds group information.
- issuer
Uri string URI for the OIDC provider. This should point to the level below .well-known/openid-configuration.
- kubectl
Redirect stringUri Registered redirect uri to redirect users going through OAuth flow using kubectl plugin.
- scopes string
Comma-separated list of identifiers.
- user
Claim string Claim in OIDC ID token that holds username.
- user
Prefix string Prefix to prepend to user name.
- str
PEM-encoded CA for OIDC provider.
- client_
id str ID for OIDC client application.
- client_
secret str Input only. Unencrypted OIDC client secret will be passed to the GKE Hub CLH.
- deploy_
cloud_ boolconsole_ proxy Flag to denote if reverse proxy is used to connect to auth provider. This flag should be set to true when provider is not reachable by Google Cloud Console.
- enable_
access_ booltoken Enable access token.
- encrypted_
client_ strsecret Encrypted OIDC Client secret
- extra_
params str Comma-separated list of key-value pairs.
- group_
prefix str Prefix to prepend to group name.
- groups_
claim str Claim in OIDC ID token that holds group information.
- issuer_
uri str URI for the OIDC provider. This should point to the level below .well-known/openid-configuration.
- kubectl_
redirect_ struri Registered redirect uri to redirect users going through OAuth flow using kubectl plugin.
- scopes str
Comma-separated list of identifiers.
- user_
claim str Claim in OIDC ID token that holds username.
- user_
prefix str Prefix to prepend to user name.
- String
PEM-encoded CA for OIDC provider.
- client
Id String ID for OIDC client application.
- client
Secret String Input only. Unencrypted OIDC client secret will be passed to the GKE Hub CLH.
- deploy
Cloud BooleanConsole Proxy Flag to denote if reverse proxy is used to connect to auth provider. This flag should be set to true when provider is not reachable by Google Cloud Console.
- enable
Access BooleanToken Enable access token.
- encrypted
Client StringSecret Encrypted OIDC Client secret
- extra
Params String Comma-separated list of key-value pairs.
- group
Prefix String Prefix to prepend to group name.
- groups
Claim String Claim in OIDC ID token that holds group information.
- issuer
Uri String URI for the OIDC provider. This should point to the level below .well-known/openid-configuration.
- kubectl
Redirect StringUri Registered redirect uri to redirect users going through OAuth flow using kubectl plugin.
- scopes String
Comma-separated list of identifiers.
- user
Claim String Claim in OIDC ID token that holds username.
- user
Prefix String Prefix to prepend to user name.
MultiClusterIngressFeatureSpec, MultiClusterIngressFeatureSpecArgs
- Billing
Pulumi.
Google Native. GKEHub. V1Beta. Multi Cluster Ingress Feature Spec Billing Deprecated: This field will be ignored and should not be set. Customer's billing structure.
Deprecated: This field will be ignored and should not be set. Customer's billing structure.
- Config
Membership string Fully-qualified Membership name which hosts the MultiClusterIngress CRD. Example:
projects/foo-proj/locations/global/memberships/bar
- Billing
Multi
Cluster Ingress Feature Spec Billing Deprecated: This field will be ignored and should not be set. Customer's billing structure.
Deprecated: This field will be ignored and should not be set. Customer's billing structure.
- Config
Membership string Fully-qualified Membership name which hosts the MultiClusterIngress CRD. Example:
projects/foo-proj/locations/global/memberships/bar
- billing
Multi
Cluster Ingress Feature Spec Billing Deprecated: This field will be ignored and should not be set. Customer's billing structure.
Deprecated: This field will be ignored and should not be set. Customer's billing structure.
- config
Membership String Fully-qualified Membership name which hosts the MultiClusterIngress CRD. Example:
projects/foo-proj/locations/global/memberships/bar
- billing
Multi
Cluster Ingress Feature Spec Billing Deprecated: This field will be ignored and should not be set. Customer's billing structure.
Deprecated: This field will be ignored and should not be set. Customer's billing structure.
- config
Membership string Fully-qualified Membership name which hosts the MultiClusterIngress CRD. Example:
projects/foo-proj/locations/global/memberships/bar
- billing
Multi
Cluster Ingress Feature Spec Billing Deprecated: This field will be ignored and should not be set. Customer's billing structure.
Deprecated: This field will be ignored and should not be set. Customer's billing structure.
- config_
membership str Fully-qualified Membership name which hosts the MultiClusterIngress CRD. Example:
projects/foo-proj/locations/global/memberships/bar
- billing "BILLING_UNSPECIFIED" | "PAY_AS_YOU_GO" | "ANTHOS_LICENSE"
Deprecated: This field will be ignored and should not be set. Customer's billing structure.
Deprecated: This field will be ignored and should not be set. Customer's billing structure.
- config
Membership String Fully-qualified Membership name which hosts the MultiClusterIngress CRD. Example:
projects/foo-proj/locations/global/memberships/bar
MultiClusterIngressFeatureSpecBilling, MultiClusterIngressFeatureSpecBillingArgs
- Billing
Unspecified - BILLING_UNSPECIFIED
Unknown
- Pay
As You Go - PAY_AS_YOU_GO
User pays a fee per-endpoint.
- Anthos
License - ANTHOS_LICENSE
User is paying for Anthos as a whole.
- Multi
Cluster Ingress Feature Spec Billing Billing Unspecified - BILLING_UNSPECIFIED
Unknown
- Multi
Cluster Ingress Feature Spec Billing Pay As You Go - PAY_AS_YOU_GO
User pays a fee per-endpoint.
- Multi
Cluster Ingress Feature Spec Billing Anthos License - ANTHOS_LICENSE
User is paying for Anthos as a whole.
- Billing
Unspecified - BILLING_UNSPECIFIED
Unknown
- Pay
As You Go - PAY_AS_YOU_GO
User pays a fee per-endpoint.
- Anthos
License - ANTHOS_LICENSE
User is paying for Anthos as a whole.
- Billing
Unspecified - BILLING_UNSPECIFIED
Unknown
- Pay
As You Go - PAY_AS_YOU_GO
User pays a fee per-endpoint.
- Anthos
License - ANTHOS_LICENSE
User is paying for Anthos as a whole.
- BILLING_UNSPECIFIED
- BILLING_UNSPECIFIED
Unknown
- PAY_AS_YOU_GO
- PAY_AS_YOU_GO
User pays a fee per-endpoint.
- ANTHOS_LICENSE
- ANTHOS_LICENSE
User is paying for Anthos as a whole.
- "BILLING_UNSPECIFIED"
- BILLING_UNSPECIFIED
Unknown
- "PAY_AS_YOU_GO"
- PAY_AS_YOU_GO
User pays a fee per-endpoint.
- "ANTHOS_LICENSE"
- ANTHOS_LICENSE
User is paying for Anthos as a whole.
MultiClusterIngressFeatureSpecResponse, MultiClusterIngressFeatureSpecResponseArgs
- Billing string
Deprecated: This field will be ignored and should not be set. Customer's billing structure.
Deprecated: This field will be ignored and should not be set. Customer's billing structure.
- Config
Membership string Fully-qualified Membership name which hosts the MultiClusterIngress CRD. Example:
projects/foo-proj/locations/global/memberships/bar
- Billing string
Deprecated: This field will be ignored and should not be set. Customer's billing structure.
Deprecated: This field will be ignored and should not be set. Customer's billing structure.
- Config
Membership string Fully-qualified Membership name which hosts the MultiClusterIngress CRD. Example:
projects/foo-proj/locations/global/memberships/bar
- billing String
Deprecated: This field will be ignored and should not be set. Customer's billing structure.
Deprecated: This field will be ignored and should not be set. Customer's billing structure.
- config
Membership String Fully-qualified Membership name which hosts the MultiClusterIngress CRD. Example:
projects/foo-proj/locations/global/memberships/bar
- billing string
Deprecated: This field will be ignored and should not be set. Customer's billing structure.
Deprecated: This field will be ignored and should not be set. Customer's billing structure.
- config
Membership string Fully-qualified Membership name which hosts the MultiClusterIngress CRD. Example:
projects/foo-proj/locations/global/memberships/bar
- billing str
Deprecated: This field will be ignored and should not be set. Customer's billing structure.
Deprecated: This field will be ignored and should not be set. Customer's billing structure.
- config_
membership str Fully-qualified Membership name which hosts the MultiClusterIngress CRD. Example:
projects/foo-proj/locations/global/memberships/bar
- billing String
Deprecated: This field will be ignored and should not be set. Customer's billing structure.
Deprecated: This field will be ignored and should not be set. Customer's billing structure.
- config
Membership String Fully-qualified Membership name which hosts the MultiClusterIngress CRD. Example:
projects/foo-proj/locations/global/memberships/bar
StatusResponse, StatusResponseArgs
- Code string
Code specifies AppDevExperienceFeature's subcomponent ready state.
- Description string
Description is populated if Code is Failed, explaining why it has failed.
- Code string
Code specifies AppDevExperienceFeature's subcomponent ready state.
- Description string
Description is populated if Code is Failed, explaining why it has failed.
- code String
Code specifies AppDevExperienceFeature's subcomponent ready state.
- description String
Description is populated if Code is Failed, explaining why it has failed.
- code string
Code specifies AppDevExperienceFeature's subcomponent ready state.
- description string
Description is populated if Code is Failed, explaining why it has failed.
- code str
Code specifies AppDevExperienceFeature's subcomponent ready state.
- description str
Description is populated if Code is Failed, explaining why it has failed.
- code String
Code specifies AppDevExperienceFeature's subcomponent ready state.
- description String
Description is populated if Code is Failed, explaining why it has failed.
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.