Class DataprocClusterClusterConfigGceClusterConfigOutputReference

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.IResolvable, com.hashicorp.cdktf.ITerraformAddressable, software.amazon.jsii.JsiiSerializable

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:20.701Z")
    @Stability(Stable)
    public class DataprocClusterClusterConfigGceClusterConfigOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • DataprocClusterClusterConfigGceClusterConfigOutputReference

        protected DataprocClusterClusterConfigGceClusterConfigOutputReference​(software.amazon.jsii.JsiiObjectRef objRef)
      • DataprocClusterClusterConfigGceClusterConfigOutputReference

        protected DataprocClusterClusterConfigGceClusterConfigOutputReference​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • DataprocClusterClusterConfigGceClusterConfigOutputReference

        @Stability(Stable)
        public DataprocClusterClusterConfigGceClusterConfigOutputReference​(@NotNull
                                                                           com.hashicorp.cdktf.IInterpolatingParent terraformResource,
                                                                           @NotNull
                                                                           String terraformAttribute)
        Parameters:
        terraformResource - The parent resource. This parameter is required.
        terraformAttribute - The attribute on the parent resource this class is referencing. This parameter is required.
    • Method Detail

      • resetInternalIpOnly

        @Stability(Stable)
        public void resetInternalIpOnly()
      • resetMetadata

        @Stability(Stable)
        public void resetMetadata()
      • resetNetwork

        @Stability(Stable)
        public void resetNetwork()
      • resetNodeGroupAffinity

        @Stability(Stable)
        public void resetNodeGroupAffinity()
      • resetReservationAffinity

        @Stability(Stable)
        public void resetReservationAffinity()
      • resetServiceAccount

        @Stability(Stable)
        public void resetServiceAccount()
      • resetServiceAccountScopes

        @Stability(Stable)
        public void resetServiceAccountScopes()
      • resetShieldedInstanceConfig

        @Stability(Stable)
        public void resetShieldedInstanceConfig()
      • resetSubnetwork

        @Stability(Stable)
        public void resetSubnetwork()
      • resetTags

        @Stability(Stable)
        public void resetTags()
      • resetZone

        @Stability(Stable)
        public void resetZone()
      • getInternalIpOnlyInput

        @Stability(Stable)
        @Nullable
        public Object getInternalIpOnlyInput()
      • getMetadataInput

        @Stability(Stable)
        @Nullable
        public Map<String,​String> getMetadataInput()
      • getNetworkInput

        @Stability(Stable)
        @Nullable
        public String getNetworkInput()
      • getServiceAccountInput

        @Stability(Stable)
        @Nullable
        public String getServiceAccountInput()
      • getServiceAccountScopesInput

        @Stability(Stable)
        @Nullable
        public List<String> getServiceAccountScopesInput()
      • getSubnetworkInput

        @Stability(Stable)
        @Nullable
        public String getSubnetworkInput()
      • getTagsInput

        @Stability(Stable)
        @Nullable
        public List<String> getTagsInput()
      • getZoneInput

        @Stability(Stable)
        @Nullable
        public String getZoneInput()
      • getInternalIpOnly

        @Stability(Stable)
        @NotNull
        public Object getInternalIpOnly()
      • setInternalIpOnly

        @Stability(Stable)
        public void setInternalIpOnly​(@NotNull
                                      Boolean value)
      • setInternalIpOnly

        @Stability(Stable)
        public void setInternalIpOnly​(@NotNull
                                      com.hashicorp.cdktf.IResolvable value)
      • getMetadata

        @Stability(Stable)
        @NotNull
        public Map<String,​String> getMetadata()
      • setMetadata

        @Stability(Stable)
        public void setMetadata​(@NotNull
                                Map<String,​String> value)
      • getNetwork

        @Stability(Stable)
        @NotNull
        public String getNetwork()
      • setNetwork

        @Stability(Stable)
        public void setNetwork​(@NotNull
                               String value)
      • getServiceAccount

        @Stability(Stable)
        @NotNull
        public String getServiceAccount()
      • setServiceAccount

        @Stability(Stable)
        public void setServiceAccount​(@NotNull
                                      String value)
      • getServiceAccountScopes

        @Stability(Stable)
        @NotNull
        public List<String> getServiceAccountScopes()
      • setServiceAccountScopes

        @Stability(Stable)
        public void setServiceAccountScopes​(@NotNull
                                            List<String> value)
      • getSubnetwork

        @Stability(Stable)
        @NotNull
        public String getSubnetwork()
      • setSubnetwork

        @Stability(Stable)
        public void setSubnetwork​(@NotNull
                                  String value)
      • getTags

        @Stability(Stable)
        @NotNull
        public List<String> getTags()
      • setTags

        @Stability(Stable)
        public void setTags​(@NotNull
                            List<String> value)
      • getZone

        @Stability(Stable)
        @NotNull
        public String getZone()
      • setZone

        @Stability(Stable)
        public void setZone​(@NotNull
                            String value)