Class FeatureState


  • public final class FeatureState
    extends com.pulumi.resources.ResourceArgs
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  FeatureState.Builder  
      • Nested classes/interfaces inherited from class com.pulumi.resources.InputArgs

        com.pulumi.resources.InputArgs.InputArgsInternal
    • Method Detail

      • createTime

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> createTime()
        Returns:
        Output only. When the Feature resource was created.
      • deleteTime

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> deleteTime()
        Returns:
        Output only. When the Feature resource was deleted.
      • effectiveLabels

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> effectiveLabels()
        Returns:
        All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
      • fleetDefaultMemberConfig

        public java.util.Optional<com.pulumi.core.Output<FeatureFleetDefaultMemberConfigArgs>> fleetDefaultMemberConfig()
        Returns:
        Optional. Fleet Default Membership Configuration. Structure is documented below.
      • labels

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> labels()
        Returns:
        GCP labels for this Feature. **Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field `effective_labels` for all of the labels present on the resource.
      • location

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> location()
        Returns:
        The location for the resource ***
      • name

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
        Returns:
        The full, unique name of this Feature resource
      • project

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> project()
        Returns:
        The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
      • pulumiLabels

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> pulumiLabels()
        Returns:
        The combination of labels configured directly on the resource and default labels configured on the provider.
      • resourceStates

        public java.util.Optional<com.pulumi.core.Output<java.util.List<FeatureResourceStateArgs>>> resourceStates()
        Returns:
        State of the Feature resource itself. Structure is documented below.
      • spec

        public java.util.Optional<com.pulumi.core.Output<FeatureSpecArgs>> spec()
        Returns:
        Optional. Hub-wide Feature configuration. If this Feature does not support any Hub-wide configuration, this field may be unused. Structure is documented below.
      • states

        public java.util.Optional<com.pulumi.core.Output<java.util.List<FeatureStateArgs>>> states()
        Returns:
        (Output) Output only. The "running state" of the Feature in this Hub. Structure is documented below.
      • updateTime

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> updateTime()
        Returns:
        (Output) The time this status and any related Feature-specific details were updated. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z"