Class GkeonpremVmwareClusterNetworkConfigHostConfigOutputReference

  • 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:21.478Z")
    @Stability(Stable)
    public class GkeonpremVmwareClusterNetworkConfigHostConfigOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • GkeonpremVmwareClusterNetworkConfigHostConfigOutputReference

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

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

        @Stability(Stable)
        public GkeonpremVmwareClusterNetworkConfigHostConfigOutputReference​(@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

      • resetDnsSearchDomains

        @Stability(Stable)
        public void resetDnsSearchDomains()
      • resetDnsServers

        @Stability(Stable)
        public void resetDnsServers()
      • resetNtpServers

        @Stability(Stable)
        public void resetNtpServers()
      • getDnsSearchDomainsInput

        @Stability(Stable)
        @Nullable
        public List<String> getDnsSearchDomainsInput()
      • getDnsServersInput

        @Stability(Stable)
        @Nullable
        public List<String> getDnsServersInput()
      • getNtpServersInput

        @Stability(Stable)
        @Nullable
        public List<String> getNtpServersInput()
      • getDnsSearchDomains

        @Stability(Stable)
        @NotNull
        public List<String> getDnsSearchDomains()
      • setDnsSearchDomains

        @Stability(Stable)
        public void setDnsSearchDomains​(@NotNull
                                        List<String> value)
      • getDnsServers

        @Stability(Stable)
        @NotNull
        public List<String> getDnsServers()
      • setDnsServers

        @Stability(Stable)
        public void setDnsServers​(@NotNull
                                  List<String> value)
      • getNtpServers

        @Stability(Stable)
        @NotNull
        public List<String> getNtpServers()
      • setNtpServers

        @Stability(Stable)
        public void setNtpServers​(@NotNull
                                  List<String> value)