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

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

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

google-native.gkehub/v1beta.Feature

Explore with Pulumi AI

google-native logo

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

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

    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:

    FeatureId string

    The ID of the feature to create.

    FleetDefaultMemberConfig Pulumi.GoogleNative.GKEHub.V1Beta.Inputs.CommonFleetDefaultMemberConfigSpec

    Optional. Feature configuration applicable to all memberships of the fleet.

    Labels Dictionary<string, string>

    Labels for this Feature.

    Location string
    MembershipSpecs 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
    RequestId 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).

    ScopeSpecs 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.GoogleNative.GKEHub.V1Beta.Inputs.CommonFeatureSpec

    Optional. Hub-wide Feature configuration. If this Feature does not support any Hub-wide configuration, this field may be unused.

    FeatureId string

    The ID of the feature to create.

    FleetDefaultMemberConfig CommonFleetDefaultMemberConfigSpecArgs

    Optional. Feature configuration applicable to all memberships of the fleet.

    Labels map[string]string

    Labels for this Feature.

    Location string
    MembershipSpecs 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
    RequestId 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).

    ScopeSpecs 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 CommonFeatureSpecArgs

    Optional. Hub-wide Feature configuration. If this Feature does not support any Hub-wide configuration, this field may be unused.

    featureId String

    The ID of the feature to create.

    fleetDefaultMemberConfig CommonFleetDefaultMemberConfigSpec

    Optional. Feature configuration applicable to all memberships of the fleet.

    labels Map<String,String>

    Labels for this Feature.

    location String
    membershipSpecs 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
    requestId 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).

    scopeSpecs 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 CommonFeatureSpec

    Optional. Hub-wide Feature configuration. If this Feature does not support any Hub-wide configuration, this field may be unused.

    featureId string

    The ID of the feature to create.

    fleetDefaultMemberConfig CommonFleetDefaultMemberConfigSpec

    Optional. Feature configuration applicable to all memberships of the fleet.

    labels {[key: string]: string}

    Labels for this Feature.

    location string
    membershipSpecs {[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
    requestId 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).

    scopeSpecs {[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 CommonFeatureSpec

    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_member_config CommonFleetDefaultMemberConfigSpecArgs

    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 CommonFeatureSpecArgs

    Optional. Hub-wide Feature configuration. If this Feature does not support any Hub-wide configuration, this field may be unused.

    featureId String

    The ID of the feature to create.

    fleetDefaultMemberConfig Property Map

    Optional. Feature configuration applicable to all memberships of the fleet.

    labels Map<String>

    Labels for this Feature.

    location String
    membershipSpecs 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
    requestId 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).

    scopeSpecs 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:

    CreateTime string

    When the Feature resource was created.

    DeleteTime string

    When the Feature resource was deleted.

    Id string

    The provider-assigned unique ID for this managed resource.

    MembershipStates 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/*.

    ResourceState Pulumi.GoogleNative.GKEHub.V1Beta.Outputs.FeatureResourceStateResponse

    State of the Feature resource itself.

    ScopeStates 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.GoogleNative.GKEHub.V1Beta.Outputs.CommonFeatureStateResponse

    The Hub-wide Feature state.

    UpdateTime string

    When the Feature resource was last updated.

    CreateTime string

    When the Feature resource was created.

    DeleteTime string

    When the Feature resource was deleted.

    Id string

    The provider-assigned unique ID for this managed resource.

    MembershipStates 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/*.

    ResourceState FeatureResourceStateResponse

    State of the Feature resource itself.

    ScopeStates 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 CommonFeatureStateResponse

    The Hub-wide Feature state.

    UpdateTime string

    When the Feature resource was last updated.

    createTime String

    When the Feature resource was created.

    deleteTime String

    When the Feature resource was deleted.

    id String

    The provider-assigned unique ID for this managed resource.

    membershipStates 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/*.

    resourceState FeatureResourceStateResponse

    State of the Feature resource itself.

    scopeStates 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 CommonFeatureStateResponse

    The Hub-wide Feature state.

    updateTime String

    When the Feature resource was last updated.

    createTime string

    When the Feature resource was created.

    deleteTime string

    When the Feature resource was deleted.

    id string

    The provider-assigned unique ID for this managed resource.

    membershipStates {[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/*.

    resourceState FeatureResourceStateResponse

    State of the Feature resource itself.

    scopeStates {[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 CommonFeatureStateResponse

    The Hub-wide Feature state.

    updateTime 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 FeatureResourceStateResponse

    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 CommonFeatureStateResponse

    The Hub-wide Feature state.

    update_time str

    When the Feature resource was last updated.

    createTime String

    When the Feature resource was created.

    deleteTime String

    When the Feature resource was deleted.

    id String

    The provider-assigned unique ID for this managed resource.

    membershipStates 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/*.

    resourceState Property Map

    State of the Feature resource itself.

    scopeStates 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.

    updateTime String

    When the Feature resource was last updated.

    Supporting Types

    AnthosObservabilityFeatureSpec, AnthosObservabilityFeatureSpecArgs

    DefaultMembershipSpec AnthosObservabilityMembershipSpec

    Default membership spec for unconfigured memberships

    defaultMembershipSpec AnthosObservabilityMembershipSpec

    Default membership spec for unconfigured memberships

    defaultMembershipSpec AnthosObservabilityMembershipSpec

    Default membership spec for unconfigured memberships

    default_membership_spec AnthosObservabilityMembershipSpec

    Default membership spec for unconfigured memberships

    defaultMembershipSpec Property Map

    Default membership spec for unconfigured memberships

    AnthosObservabilityFeatureSpecResponse, AnthosObservabilityFeatureSpecResponseArgs

    DefaultMembershipSpec AnthosObservabilityMembershipSpecResponse

    Default membership spec for unconfigured memberships

    defaultMembershipSpec AnthosObservabilityMembershipSpecResponse

    Default membership spec for unconfigured memberships

    defaultMembershipSpec AnthosObservabilityMembershipSpecResponse

    Default membership spec for unconfigured memberships

    default_membership_spec AnthosObservabilityMembershipSpecResponse

    Default membership spec for unconfigured memberships

    defaultMembershipSpec Property Map

    Default membership spec for unconfigured memberships

    AnthosObservabilityMembershipSpec, AnthosObservabilityMembershipSpecArgs

    DoNotOptimizeMetrics bool

    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

    EnableStackdriverOnApplications bool

    Enable collecting and reporting metrics and logs from user apps.

    Version string

    the version of stackdriver operator used by this feature

    DoNotOptimizeMetrics bool

    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

    EnableStackdriverOnApplications bool

    Enable collecting and reporting metrics and logs from user apps.

    Version string

    the version of stackdriver operator used by this feature

    doNotOptimizeMetrics Boolean

    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

    enableStackdriverOnApplications Boolean

    Enable collecting and reporting metrics and logs from user apps.

    version String

    the version of stackdriver operator used by this feature

    doNotOptimizeMetrics boolean

    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

    enableStackdriverOnApplications boolean

    Enable collecting and reporting metrics and logs from user apps.

    version string

    the version of stackdriver operator used by this feature

    do_not_optimize_metrics bool

    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_on_applications bool

    Enable collecting and reporting metrics and logs from user apps.

    version str

    the version of stackdriver operator used by this feature

    doNotOptimizeMetrics Boolean

    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

    enableStackdriverOnApplications Boolean

    Enable collecting and reporting metrics and logs from user apps.

    version String

    the version of stackdriver operator used by this feature

    AnthosObservabilityMembershipSpecResponse, AnthosObservabilityMembershipSpecResponseArgs

    DoNotOptimizeMetrics bool

    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

    EnableStackdriverOnApplications bool

    Enable collecting and reporting metrics and logs from user apps.

    Version string

    the version of stackdriver operator used by this feature

    DoNotOptimizeMetrics bool

    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

    EnableStackdriverOnApplications bool

    Enable collecting and reporting metrics and logs from user apps.

    Version string

    the version of stackdriver operator used by this feature

    doNotOptimizeMetrics Boolean

    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

    enableStackdriverOnApplications Boolean

    Enable collecting and reporting metrics and logs from user apps.

    version String

    the version of stackdriver operator used by this feature

    doNotOptimizeMetrics boolean

    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

    enableStackdriverOnApplications boolean

    Enable collecting and reporting metrics and logs from user apps.

    version string

    the version of stackdriver operator used by this feature

    do_not_optimize_metrics bool

    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_on_applications bool

    Enable collecting and reporting metrics and logs from user apps.

    version str

    the version of stackdriver operator used by this feature

    doNotOptimizeMetrics Boolean

    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

    enableStackdriverOnApplications Boolean

    Enable collecting and reporting metrics and logs from user apps.

    version String

    the version of stackdriver operator used by this feature

    AppDevExperienceFeatureStateResponse, AppDevExperienceFeatureStateResponseArgs

    NetworkingInstallSucceeded Pulumi.GoogleNative.GKEHub.V1Beta.Inputs.StatusResponse

    Status of subcomponent that detects configured Service Mesh resources.

    NetworkingInstallSucceeded StatusResponse

    Status of subcomponent that detects configured Service Mesh resources.

    networkingInstallSucceeded StatusResponse

    Status of subcomponent that detects configured Service Mesh resources.

    networkingInstallSucceeded StatusResponse

    Status of subcomponent that detects configured Service Mesh resources.

    networking_install_succeeded StatusResponse

    Status of subcomponent that detects configured Service Mesh resources.

    networkingInstallSucceeded Property Map

    Status of subcomponent that detects configured Service Mesh resources.

    CommonFeatureSpec, CommonFeatureSpecArgs

    Anthosobservability AnthosObservabilityFeatureSpec

    Anthos Observability spec

    Appdevexperience AppDevExperienceFeatureSpec

    Appdevexperience specific spec.

    Fleetobservability FleetObservabilityFeatureSpec

    FleetObservability feature spec.

    Multiclusteringress MultiClusterIngressFeatureSpec

    Multicluster Ingress-specific spec.

    anthosobservability AnthosObservabilityFeatureSpec

    Anthos Observability spec

    appdevexperience AppDevExperienceFeatureSpec

    Appdevexperience specific spec.

    fleetobservability FleetObservabilityFeatureSpec

    FleetObservability feature spec.

    multiclusteringress MultiClusterIngressFeatureSpec

    Multicluster Ingress-specific spec.

    anthosobservability AnthosObservabilityFeatureSpec

    Anthos Observability spec

    appdevexperience AppDevExperienceFeatureSpec

    Appdevexperience specific spec.

    fleetobservability FleetObservabilityFeatureSpec

    FleetObservability feature spec.

    multiclusteringress MultiClusterIngressFeatureSpec

    Multicluster Ingress-specific spec.

    anthosobservability AnthosObservabilityFeatureSpec

    Anthos Observability spec

    appdevexperience AppDevExperienceFeatureSpec

    Appdevexperience specific spec.

    fleetobservability FleetObservabilityFeatureSpec

    FleetObservability feature spec.

    multiclusteringress MultiClusterIngressFeatureSpec

    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 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 AppDevExperienceFeatureStateResponse

    Appdevexperience specific state.

    Fleetobservability FleetObservabilityFeatureStateResponse

    FleetObservability feature state.

    State FeatureStateResponse

    The "running state" of the Feature in this Hub.

    appdevexperience AppDevExperienceFeatureStateResponse

    Appdevexperience specific state.

    fleetobservability FleetObservabilityFeatureStateResponse

    FleetObservability feature state.

    state FeatureStateResponse

    The "running state" of the Feature in this Hub.

    appdevexperience AppDevExperienceFeatureStateResponse

    Appdevexperience specific state.

    fleetobservability FleetObservabilityFeatureStateResponse

    FleetObservability feature state.

    state FeatureStateResponse

    The "running state" of the Feature in this Hub.

    appdevexperience AppDevExperienceFeatureStateResponse

    Appdevexperience specific state.

    fleetobservability FleetObservabilityFeatureStateResponse

    FleetObservability feature state.

    state FeatureStateResponse

    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 IdentityServiceMembershipSpec

    Identity Service-specific spec.

    identityservice IdentityServiceMembershipSpec

    Identity Service-specific spec.

    identityservice IdentityServiceMembershipSpec

    Identity Service-specific spec.

    identityservice IdentityServiceMembershipSpec

    Identity Service-specific spec.

    identityservice Property Map

    Identity Service-specific spec.

    CommonFleetDefaultMemberConfigSpecResponse, CommonFleetDefaultMemberConfigSpecResponseArgs

    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.

    UpdateTime 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.

    UpdateTime 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.

    updateTime 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.

    updateTime 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.

    updateTime String

    The time this status and any related Feature-specific details were updated.

    FleetObservabilityFeatureSpec, FleetObservabilityFeatureSpecArgs

    LoggingConfig Pulumi.GoogleNative.GKEHub.V1Beta.Inputs.FleetObservabilityLoggingConfig

    Specified if fleet logging feature is enabled for the entire fleet. If UNSPECIFIED, fleet logging feature is disabled for the entire fleet.

    LoggingConfig FleetObservabilityLoggingConfig

    Specified if fleet logging feature is enabled for the entire fleet. If UNSPECIFIED, fleet logging feature is disabled for the entire fleet.

    loggingConfig FleetObservabilityLoggingConfig

    Specified if fleet logging feature is enabled for the entire fleet. If UNSPECIFIED, fleet logging feature is disabled for the entire fleet.

    loggingConfig FleetObservabilityLoggingConfig

    Specified if fleet logging feature is enabled for the entire fleet. If UNSPECIFIED, fleet logging feature is disabled for the entire fleet.

    logging_config FleetObservabilityLoggingConfig

    Specified if fleet logging feature is enabled for the entire fleet. If UNSPECIFIED, fleet logging feature is disabled for the entire fleet.

    loggingConfig 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

    LoggingConfig Pulumi.GoogleNative.GKEHub.V1Beta.Inputs.FleetObservabilityLoggingConfigResponse

    Specified if fleet logging feature is enabled for the entire fleet. If UNSPECIFIED, fleet logging feature is disabled for the entire fleet.

    LoggingConfig FleetObservabilityLoggingConfigResponse

    Specified if fleet logging feature is enabled for the entire fleet. If UNSPECIFIED, fleet logging feature is disabled for the entire fleet.

    loggingConfig FleetObservabilityLoggingConfigResponse

    Specified if fleet logging feature is enabled for the entire fleet. If UNSPECIFIED, fleet logging feature is disabled for the entire fleet.

    loggingConfig FleetObservabilityLoggingConfigResponse

    Specified if fleet logging feature is enabled for the entire fleet. If UNSPECIFIED, fleet logging feature is disabled for the entire fleet.

    logging_config FleetObservabilityLoggingConfigResponse

    Specified if fleet logging feature is enabled for the entire fleet. If UNSPECIFIED, fleet logging feature is disabled for the entire fleet.

    loggingConfig 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

    DefaultConfig Pulumi.GoogleNative.GKEHub.V1Beta.Inputs.FleetObservabilityRoutingConfig

    Specified if applying the default routing config to logs not specified in other configs.

    FleetScopeLogsConfig Pulumi.GoogleNative.GKEHub.V1Beta.Inputs.FleetObservabilityRoutingConfig

    Specified if applying the routing config to all logs for all fleet scopes.

    DefaultConfig FleetObservabilityRoutingConfig

    Specified if applying the default routing config to logs not specified in other configs.

    FleetScopeLogsConfig FleetObservabilityRoutingConfig

    Specified if applying the routing config to all logs for all fleet scopes.

    defaultConfig FleetObservabilityRoutingConfig

    Specified if applying the default routing config to logs not specified in other configs.

    fleetScopeLogsConfig FleetObservabilityRoutingConfig

    Specified if applying the routing config to all logs for all fleet scopes.

    defaultConfig FleetObservabilityRoutingConfig

    Specified if applying the default routing config to logs not specified in other configs.

    fleetScopeLogsConfig FleetObservabilityRoutingConfig

    Specified if applying the routing config to all logs for all fleet scopes.

    default_config FleetObservabilityRoutingConfig

    Specified if applying the default routing config to logs not specified in other configs.

    fleet_scope_logs_config FleetObservabilityRoutingConfig

    Specified if applying the routing config to all logs for all fleet scopes.

    defaultConfig Property Map

    Specified if applying the default routing config to logs not specified in other configs.

    fleetScopeLogsConfig Property Map

    Specified if applying the routing config to all logs for all fleet scopes.

    FleetObservabilityLoggingConfigResponse, FleetObservabilityLoggingConfigResponseArgs

    DefaultConfig Pulumi.GoogleNative.GKEHub.V1Beta.Inputs.FleetObservabilityRoutingConfigResponse

    Specified if applying the default routing config to logs not specified in other configs.

    FleetScopeLogsConfig Pulumi.GoogleNative.GKEHub.V1Beta.Inputs.FleetObservabilityRoutingConfigResponse

    Specified if applying the routing config to all logs for all fleet scopes.

    DefaultConfig FleetObservabilityRoutingConfigResponse

    Specified if applying the default routing config to logs not specified in other configs.

    FleetScopeLogsConfig FleetObservabilityRoutingConfigResponse

    Specified if applying the routing config to all logs for all fleet scopes.

    defaultConfig FleetObservabilityRoutingConfigResponse

    Specified if applying the default routing config to logs not specified in other configs.

    fleetScopeLogsConfig FleetObservabilityRoutingConfigResponse

    Specified if applying the routing config to all logs for all fleet scopes.

    defaultConfig FleetObservabilityRoutingConfigResponse

    Specified if applying the default routing config to logs not specified in other configs.

    fleetScopeLogsConfig FleetObservabilityRoutingConfigResponse

    Specified if applying the routing config to all logs for all fleet scopes.

    default_config FleetObservabilityRoutingConfigResponse

    Specified if applying the default routing config to logs not specified in other configs.

    fleet_scope_logs_config FleetObservabilityRoutingConfigResponse

    Specified if applying the routing config to all logs for all fleet scopes.

    defaultConfig Property Map

    Specified if applying the default routing config to logs not specified in other configs.

    fleetScopeLogsConfig Property Map

    Specified if applying the routing config to all logs for all fleet scopes.

    FleetObservabilityRoutingConfig, FleetObservabilityRoutingConfigArgs

    Mode FleetObservabilityRoutingConfigMode

    mode configures the logs routing mode.

    mode FleetObservabilityRoutingConfigMode

    mode configures the logs routing mode.

    mode FleetObservabilityRoutingConfigMode

    mode configures the logs routing mode.

    mode FleetObservabilityRoutingConfigMode

    mode configures the logs routing mode.

    mode "MODE_UNSPECIFIED" | "COPY" | "MOVE"

    mode configures the logs routing mode.

    FleetObservabilityRoutingConfigMode, FleetObservabilityRoutingConfigModeArgs

    ModeUnspecified
    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.

    FleetObservabilityRoutingConfigModeModeUnspecified
    MODE_UNSPECIFIED

    If UNSPECIFIED, fleet logging feature is disabled.

    FleetObservabilityRoutingConfigModeCopy
    COPY

    logs will be copied to the destination project.

    FleetObservabilityRoutingConfigModeMove
    MOVE

    logs will be moved to the destination project.

    ModeUnspecified
    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.

    ModeUnspecified
    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

    AzureadConfig Pulumi.GoogleNative.GKEHub.V1Beta.Inputs.IdentityServiceAzureADConfig

    AzureAD specific Configuration.

    GoogleConfig Pulumi.GoogleNative.GKEHub.V1Beta.Inputs.IdentityServiceGoogleConfig

    GoogleConfig specific configuration

    Name string

    Identifier for auth config.

    OidcConfig Pulumi.GoogleNative.GKEHub.V1Beta.Inputs.IdentityServiceOidcConfig

    OIDC specific configuration.

    Proxy string

    Proxy server address to use for auth method.

    AzureadConfig IdentityServiceAzureADConfig

    AzureAD specific Configuration.

    GoogleConfig IdentityServiceGoogleConfig

    GoogleConfig specific configuration

    Name string

    Identifier for auth config.

    OidcConfig IdentityServiceOidcConfig

    OIDC specific configuration.

    Proxy string

    Proxy server address to use for auth method.

    azureadConfig IdentityServiceAzureADConfig

    AzureAD specific Configuration.

    googleConfig IdentityServiceGoogleConfig

    GoogleConfig specific configuration

    name String

    Identifier for auth config.

    oidcConfig IdentityServiceOidcConfig

    OIDC specific configuration.

    proxy String

    Proxy server address to use for auth method.

    azureadConfig IdentityServiceAzureADConfig

    AzureAD specific Configuration.

    googleConfig IdentityServiceGoogleConfig

    GoogleConfig specific configuration

    name string

    Identifier for auth config.

    oidcConfig IdentityServiceOidcConfig

    OIDC specific configuration.

    proxy string

    Proxy server address to use for auth method.

    azuread_config IdentityServiceAzureADConfig

    AzureAD specific Configuration.

    google_config IdentityServiceGoogleConfig

    GoogleConfig specific configuration

    name str

    Identifier for auth config.

    oidc_config IdentityServiceOidcConfig

    OIDC specific configuration.

    proxy str

    Proxy server address to use for auth method.

    azureadConfig Property Map

    AzureAD specific Configuration.

    googleConfig Property Map

    GoogleConfig specific configuration

    name String

    Identifier for auth config.

    oidcConfig Property Map

    OIDC specific configuration.

    proxy String

    Proxy server address to use for auth method.

    IdentityServiceAuthMethodResponse, IdentityServiceAuthMethodResponseArgs

    AzureadConfig Pulumi.GoogleNative.GKEHub.V1Beta.Inputs.IdentityServiceAzureADConfigResponse

    AzureAD specific Configuration.

    GoogleConfig Pulumi.GoogleNative.GKEHub.V1Beta.Inputs.IdentityServiceGoogleConfigResponse

    GoogleConfig specific configuration

    Name string

    Identifier for auth config.

    OidcConfig Pulumi.GoogleNative.GKEHub.V1Beta.Inputs.IdentityServiceOidcConfigResponse

    OIDC specific configuration.

    Proxy string

    Proxy server address to use for auth method.

    AzureadConfig IdentityServiceAzureADConfigResponse

    AzureAD specific Configuration.

    GoogleConfig IdentityServiceGoogleConfigResponse

    GoogleConfig specific configuration

    Name string

    Identifier for auth config.

    OidcConfig IdentityServiceOidcConfigResponse

    OIDC specific configuration.

    Proxy string

    Proxy server address to use for auth method.

    azureadConfig IdentityServiceAzureADConfigResponse

    AzureAD specific Configuration.

    googleConfig IdentityServiceGoogleConfigResponse

    GoogleConfig specific configuration

    name String

    Identifier for auth config.

    oidcConfig IdentityServiceOidcConfigResponse

    OIDC specific configuration.

    proxy String

    Proxy server address to use for auth method.

    azureadConfig IdentityServiceAzureADConfigResponse

    AzureAD specific Configuration.

    googleConfig IdentityServiceGoogleConfigResponse

    GoogleConfig specific configuration

    name string

    Identifier for auth config.

    oidcConfig IdentityServiceOidcConfigResponse

    OIDC specific configuration.

    proxy string

    Proxy server address to use for auth method.

    azuread_config IdentityServiceAzureADConfigResponse

    AzureAD specific Configuration.

    google_config IdentityServiceGoogleConfigResponse

    GoogleConfig specific configuration

    name str

    Identifier for auth config.

    oidc_config IdentityServiceOidcConfigResponse

    OIDC specific configuration.

    proxy str

    Proxy server address to use for auth method.

    azureadConfig Property Map

    AzureAD specific Configuration.

    googleConfig Property Map

    GoogleConfig specific configuration

    name String

    Identifier for auth config.

    oidcConfig Property Map

    OIDC specific configuration.

    proxy String

    Proxy server address to use for auth method.

    IdentityServiceAzureADConfig, IdentityServiceAzureADConfigArgs

    ClientId string

    ID for the registered client application that makes authentication requests to the Azure AD identity provider.

    ClientSecret string

    Input only. Unencrypted AzureAD client secret will be passed to the GKE Hub CLH.

    KubectlRedirectUri string

    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.

    ClientId string

    ID for the registered client application that makes authentication requests to the Azure AD identity provider.

    ClientSecret string

    Input only. Unencrypted AzureAD client secret will be passed to the GKE Hub CLH.

    KubectlRedirectUri string

    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.

    clientId String

    ID for the registered client application that makes authentication requests to the Azure AD identity provider.

    clientSecret String

    Input only. Unencrypted AzureAD client secret will be passed to the GKE Hub CLH.

    kubectlRedirectUri String

    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.

    clientId string

    ID for the registered client application that makes authentication requests to the Azure AD identity provider.

    clientSecret string

    Input only. Unencrypted AzureAD client secret will be passed to the GKE Hub CLH.

    kubectlRedirectUri string

    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_uri str

    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.

    clientId String

    ID for the registered client application that makes authentication requests to the Azure AD identity provider.

    clientSecret String

    Input only. Unencrypted AzureAD client secret will be passed to the GKE Hub CLH.

    kubectlRedirectUri String

    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

    ClientId string

    ID for the registered client application that makes authentication requests to the Azure AD identity provider.

    ClientSecret string

    Input only. Unencrypted AzureAD client secret will be passed to the GKE Hub CLH.

    EncryptedClientSecret string

    Encrypted AzureAD client secret.

    KubectlRedirectUri string

    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.

    ClientId string

    ID for the registered client application that makes authentication requests to the Azure AD identity provider.

    ClientSecret string

    Input only. Unencrypted AzureAD client secret will be passed to the GKE Hub CLH.

    EncryptedClientSecret string

    Encrypted AzureAD client secret.

    KubectlRedirectUri string

    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.

    clientId String

    ID for the registered client application that makes authentication requests to the Azure AD identity provider.

    clientSecret String

    Input only. Unencrypted AzureAD client secret will be passed to the GKE Hub CLH.

    encryptedClientSecret String

    Encrypted AzureAD client secret.

    kubectlRedirectUri String

    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.

    clientId string

    ID for the registered client application that makes authentication requests to the Azure AD identity provider.

    clientSecret string

    Input only. Unencrypted AzureAD client secret will be passed to the GKE Hub CLH.

    encryptedClientSecret string

    Encrypted AzureAD client secret.

    kubectlRedirectUri string

    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_secret str

    Encrypted AzureAD client secret.

    kubectl_redirect_uri str

    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.

    clientId String

    ID for the registered client application that makes authentication requests to the Azure AD identity provider.

    clientSecret String

    Input only. Unencrypted AzureAD client secret will be passed to the GKE Hub CLH.

    encryptedClientSecret String

    Encrypted AzureAD client secret.

    kubectlRedirectUri String

    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

    AuthMethods []IdentityServiceAuthMethod

    A member may support multiple auth methods.

    authMethods List<IdentityServiceAuthMethod>

    A member may support multiple auth methods.

    authMethods IdentityServiceAuthMethod[]

    A member may support multiple auth methods.

    auth_methods Sequence[IdentityServiceAuthMethod]

    A member may support multiple auth methods.

    authMethods List<Property Map>

    A member may support multiple auth methods.

    IdentityServiceMembershipSpecResponse, IdentityServiceMembershipSpecResponseArgs

    AuthMethods []IdentityServiceAuthMethodResponse

    A member may support multiple auth methods.

    authMethods List<IdentityServiceAuthMethodResponse>

    A member may support multiple auth methods.

    authMethods IdentityServiceAuthMethodResponse[]

    A member may support multiple auth methods.

    auth_methods Sequence[IdentityServiceAuthMethodResponse]

    A member may support multiple auth methods.

    authMethods List<Property Map>

    A member may support multiple auth methods.

    IdentityServiceOidcConfig, IdentityServiceOidcConfigArgs

    CertificateAuthorityData string

    PEM-encoded CA for OIDC provider.

    ClientId string

    ID for OIDC client application.

    ClientSecret string

    Input only. Unencrypted OIDC client secret will be passed to the GKE Hub CLH.

    DeployCloudConsoleProxy bool

    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.

    EnableAccessToken bool

    Enable access token.

    ExtraParams string

    Comma-separated list of key-value pairs.

    GroupPrefix string

    Prefix to prepend to group name.

    GroupsClaim string

    Claim in OIDC ID token that holds group information.

    IssuerUri string

    URI for the OIDC provider. This should point to the level below .well-known/openid-configuration.

    KubectlRedirectUri string

    Registered redirect uri to redirect users going through OAuth flow using kubectl plugin.

    Scopes string

    Comma-separated list of identifiers.

    UserClaim string

    Claim in OIDC ID token that holds username.

    UserPrefix string

    Prefix to prepend to user name.

    CertificateAuthorityData string

    PEM-encoded CA for OIDC provider.

    ClientId string

    ID for OIDC client application.

    ClientSecret string

    Input only. Unencrypted OIDC client secret will be passed to the GKE Hub CLH.

    DeployCloudConsoleProxy bool

    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.

    EnableAccessToken bool

    Enable access token.

    ExtraParams string

    Comma-separated list of key-value pairs.

    GroupPrefix string

    Prefix to prepend to group name.

    GroupsClaim string

    Claim in OIDC ID token that holds group information.

    IssuerUri string

    URI for the OIDC provider. This should point to the level below .well-known/openid-configuration.

    KubectlRedirectUri string

    Registered redirect uri to redirect users going through OAuth flow using kubectl plugin.

    Scopes string

    Comma-separated list of identifiers.

    UserClaim string

    Claim in OIDC ID token that holds username.

    UserPrefix string

    Prefix to prepend to user name.

    certificateAuthorityData String

    PEM-encoded CA for OIDC provider.

    clientId String

    ID for OIDC client application.

    clientSecret String

    Input only. Unencrypted OIDC client secret will be passed to the GKE Hub CLH.

    deployCloudConsoleProxy Boolean

    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.

    enableAccessToken Boolean

    Enable access token.

    extraParams String

    Comma-separated list of key-value pairs.

    groupPrefix String

    Prefix to prepend to group name.

    groupsClaim String

    Claim in OIDC ID token that holds group information.

    issuerUri String

    URI for the OIDC provider. This should point to the level below .well-known/openid-configuration.

    kubectlRedirectUri String

    Registered redirect uri to redirect users going through OAuth flow using kubectl plugin.

    scopes String

    Comma-separated list of identifiers.

    userClaim String

    Claim in OIDC ID token that holds username.

    userPrefix String

    Prefix to prepend to user name.

    certificateAuthorityData string

    PEM-encoded CA for OIDC provider.

    clientId string

    ID for OIDC client application.

    clientSecret string

    Input only. Unencrypted OIDC client secret will be passed to the GKE Hub CLH.

    deployCloudConsoleProxy boolean

    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.

    enableAccessToken boolean

    Enable access token.

    extraParams string

    Comma-separated list of key-value pairs.

    groupPrefix string

    Prefix to prepend to group name.

    groupsClaim string

    Claim in OIDC ID token that holds group information.

    issuerUri string

    URI for the OIDC provider. This should point to the level below .well-known/openid-configuration.

    kubectlRedirectUri string

    Registered redirect uri to redirect users going through OAuth flow using kubectl plugin.

    scopes string

    Comma-separated list of identifiers.

    userClaim string

    Claim in OIDC ID token that holds username.

    userPrefix string

    Prefix to prepend to user name.

    certificate_authority_data 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_console_proxy bool

    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_token bool

    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_uri str

    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.

    certificateAuthorityData String

    PEM-encoded CA for OIDC provider.

    clientId String

    ID for OIDC client application.

    clientSecret String

    Input only. Unencrypted OIDC client secret will be passed to the GKE Hub CLH.

    deployCloudConsoleProxy Boolean

    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.

    enableAccessToken Boolean

    Enable access token.

    extraParams String

    Comma-separated list of key-value pairs.

    groupPrefix String

    Prefix to prepend to group name.

    groupsClaim String

    Claim in OIDC ID token that holds group information.

    issuerUri String

    URI for the OIDC provider. This should point to the level below .well-known/openid-configuration.

    kubectlRedirectUri String

    Registered redirect uri to redirect users going through OAuth flow using kubectl plugin.

    scopes String

    Comma-separated list of identifiers.

    userClaim String

    Claim in OIDC ID token that holds username.

    userPrefix String

    Prefix to prepend to user name.

    IdentityServiceOidcConfigResponse, IdentityServiceOidcConfigResponseArgs

    CertificateAuthorityData string

    PEM-encoded CA for OIDC provider.

    ClientId string

    ID for OIDC client application.

    ClientSecret string

    Input only. Unencrypted OIDC client secret will be passed to the GKE Hub CLH.

    DeployCloudConsoleProxy bool

    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.

    EnableAccessToken bool

    Enable access token.

    EncryptedClientSecret string

    Encrypted OIDC Client secret

    ExtraParams string

    Comma-separated list of key-value pairs.

    GroupPrefix string

    Prefix to prepend to group name.

    GroupsClaim string

    Claim in OIDC ID token that holds group information.

    IssuerUri string

    URI for the OIDC provider. This should point to the level below .well-known/openid-configuration.

    KubectlRedirectUri string

    Registered redirect uri to redirect users going through OAuth flow using kubectl plugin.

    Scopes string

    Comma-separated list of identifiers.

    UserClaim string

    Claim in OIDC ID token that holds username.

    UserPrefix string

    Prefix to prepend to user name.

    CertificateAuthorityData string

    PEM-encoded CA for OIDC provider.

    ClientId string

    ID for OIDC client application.

    ClientSecret string

    Input only. Unencrypted OIDC client secret will be passed to the GKE Hub CLH.

    DeployCloudConsoleProxy bool

    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.

    EnableAccessToken bool

    Enable access token.

    EncryptedClientSecret string

    Encrypted OIDC Client secret

    ExtraParams string

    Comma-separated list of key-value pairs.

    GroupPrefix string

    Prefix to prepend to group name.

    GroupsClaim string

    Claim in OIDC ID token that holds group information.

    IssuerUri string

    URI for the OIDC provider. This should point to the level below .well-known/openid-configuration.

    KubectlRedirectUri string

    Registered redirect uri to redirect users going through OAuth flow using kubectl plugin.

    Scopes string

    Comma-separated list of identifiers.

    UserClaim string

    Claim in OIDC ID token that holds username.

    UserPrefix string

    Prefix to prepend to user name.

    certificateAuthorityData String

    PEM-encoded CA for OIDC provider.

    clientId String

    ID for OIDC client application.

    clientSecret String

    Input only. Unencrypted OIDC client secret will be passed to the GKE Hub CLH.

    deployCloudConsoleProxy Boolean

    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.

    enableAccessToken Boolean

    Enable access token.

    encryptedClientSecret String

    Encrypted OIDC Client secret

    extraParams String

    Comma-separated list of key-value pairs.

    groupPrefix String

    Prefix to prepend to group name.

    groupsClaim String

    Claim in OIDC ID token that holds group information.

    issuerUri String

    URI for the OIDC provider. This should point to the level below .well-known/openid-configuration.

    kubectlRedirectUri String

    Registered redirect uri to redirect users going through OAuth flow using kubectl plugin.

    scopes String

    Comma-separated list of identifiers.

    userClaim String

    Claim in OIDC ID token that holds username.

    userPrefix String

    Prefix to prepend to user name.

    certificateAuthorityData string

    PEM-encoded CA for OIDC provider.

    clientId string

    ID for OIDC client application.

    clientSecret string

    Input only. Unencrypted OIDC client secret will be passed to the GKE Hub CLH.

    deployCloudConsoleProxy boolean

    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.

    enableAccessToken boolean

    Enable access token.

    encryptedClientSecret string

    Encrypted OIDC Client secret

    extraParams string

    Comma-separated list of key-value pairs.

    groupPrefix string

    Prefix to prepend to group name.

    groupsClaim string

    Claim in OIDC ID token that holds group information.

    issuerUri string

    URI for the OIDC provider. This should point to the level below .well-known/openid-configuration.

    kubectlRedirectUri string

    Registered redirect uri to redirect users going through OAuth flow using kubectl plugin.

    scopes string

    Comma-separated list of identifiers.

    userClaim string

    Claim in OIDC ID token that holds username.

    userPrefix string

    Prefix to prepend to user name.

    certificate_authority_data 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_console_proxy bool

    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_token bool

    Enable access token.

    encrypted_client_secret str

    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_uri str

    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.

    certificateAuthorityData String

    PEM-encoded CA for OIDC provider.

    clientId String

    ID for OIDC client application.

    clientSecret String

    Input only. Unencrypted OIDC client secret will be passed to the GKE Hub CLH.

    deployCloudConsoleProxy Boolean

    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.

    enableAccessToken Boolean

    Enable access token.

    encryptedClientSecret String

    Encrypted OIDC Client secret

    extraParams String

    Comma-separated list of key-value pairs.

    groupPrefix String

    Prefix to prepend to group name.

    groupsClaim String

    Claim in OIDC ID token that holds group information.

    issuerUri String

    URI for the OIDC provider. This should point to the level below .well-known/openid-configuration.

    kubectlRedirectUri String

    Registered redirect uri to redirect users going through OAuth flow using kubectl plugin.

    scopes String

    Comma-separated list of identifiers.

    userClaim String

    Claim in OIDC ID token that holds username.

    userPrefix String

    Prefix to prepend to user name.

    MultiClusterIngressFeatureSpec, MultiClusterIngressFeatureSpecArgs

    Billing Pulumi.GoogleNative.GKEHub.V1Beta.MultiClusterIngressFeatureSpecBilling

    Deprecated: This field will be ignored and should not be set. Customer's billing structure.

    Deprecated:

    Deprecated: This field will be ignored and should not be set. Customer's billing structure.

    ConfigMembership string

    Fully-qualified Membership name which hosts the MultiClusterIngress CRD. Example: projects/foo-proj/locations/global/memberships/bar

    Billing MultiClusterIngressFeatureSpecBilling

    Deprecated: This field will be ignored and should not be set. Customer's billing structure.

    Deprecated:

    Deprecated: This field will be ignored and should not be set. Customer's billing structure.

    ConfigMembership string

    Fully-qualified Membership name which hosts the MultiClusterIngress CRD. Example: projects/foo-proj/locations/global/memberships/bar

    billing MultiClusterIngressFeatureSpecBilling

    Deprecated: This field will be ignored and should not be set. Customer's billing structure.

    Deprecated:

    Deprecated: This field will be ignored and should not be set. Customer's billing structure.

    configMembership String

    Fully-qualified Membership name which hosts the MultiClusterIngress CRD. Example: projects/foo-proj/locations/global/memberships/bar

    billing MultiClusterIngressFeatureSpecBilling

    Deprecated: This field will be ignored and should not be set. Customer's billing structure.

    Deprecated:

    Deprecated: This field will be ignored and should not be set. Customer's billing structure.

    configMembership string

    Fully-qualified Membership name which hosts the MultiClusterIngress CRD. Example: projects/foo-proj/locations/global/memberships/bar

    billing MultiClusterIngressFeatureSpecBilling

    Deprecated: This field will be ignored and should not be set. Customer's billing structure.

    Deprecated:

    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:

    Deprecated: This field will be ignored and should not be set. Customer's billing structure.

    configMembership String

    Fully-qualified Membership name which hosts the MultiClusterIngress CRD. Example: projects/foo-proj/locations/global/memberships/bar

    MultiClusterIngressFeatureSpecBilling, MultiClusterIngressFeatureSpecBillingArgs

    BillingUnspecified
    BILLING_UNSPECIFIED

    Unknown

    PayAsYouGo
    PAY_AS_YOU_GO

    User pays a fee per-endpoint.

    AnthosLicense
    ANTHOS_LICENSE

    User is paying for Anthos as a whole.

    MultiClusterIngressFeatureSpecBillingBillingUnspecified
    BILLING_UNSPECIFIED

    Unknown

    MultiClusterIngressFeatureSpecBillingPayAsYouGo
    PAY_AS_YOU_GO

    User pays a fee per-endpoint.

    MultiClusterIngressFeatureSpecBillingAnthosLicense
    ANTHOS_LICENSE

    User is paying for Anthos as a whole.

    BillingUnspecified
    BILLING_UNSPECIFIED

    Unknown

    PayAsYouGo
    PAY_AS_YOU_GO

    User pays a fee per-endpoint.

    AnthosLicense
    ANTHOS_LICENSE

    User is paying for Anthos as a whole.

    BillingUnspecified
    BILLING_UNSPECIFIED

    Unknown

    PayAsYouGo
    PAY_AS_YOU_GO

    User pays a fee per-endpoint.

    AnthosLicense
    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:

    Deprecated: This field will be ignored and should not be set. Customer's billing structure.

    ConfigMembership 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:

    Deprecated: This field will be ignored and should not be set. Customer's billing structure.

    ConfigMembership 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:

    Deprecated: This field will be ignored and should not be set. Customer's billing structure.

    configMembership 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:

    Deprecated: This field will be ignored and should not be set. Customer's billing structure.

    configMembership 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:

    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:

    Deprecated: This field will be ignored and should not be set. Customer's billing structure.

    configMembership 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-native logo

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

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