Class NetworkManagementConnectivityTestDestinationOutputReference

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

      • NetworkManagementConnectivityTestDestinationOutputReference

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

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

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

      • resetInstance

        @Stability(Stable)
        public void resetInstance()
      • resetIpAddress

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

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

        @Stability(Stable)
        public void resetPort()
      • resetProjectId

        @Stability(Stable)
        public void resetProjectId()
      • getInstanceInput

        @Stability(Stable)
        @Nullable
        public String getInstanceInput()
      • getIpAddressInput

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

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

        @Stability(Stable)
        @Nullable
        public Number getPortInput()
      • getProjectIdInput

        @Stability(Stable)
        @Nullable
        public String getProjectIdInput()
      • getInstance

        @Stability(Stable)
        @NotNull
        public String getInstance()
      • setInstance

        @Stability(Stable)
        public void setInstance​(@NotNull
                                String value)
      • getIpAddress

        @Stability(Stable)
        @NotNull
        public String getIpAddress()
      • setIpAddress

        @Stability(Stable)
        public void setIpAddress​(@NotNull
                                 String value)
      • getNetwork

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

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

        @Stability(Stable)
        @NotNull
        public Number getPort()
      • setPort

        @Stability(Stable)
        public void setPort​(@NotNull
                            Number value)
      • getProjectId

        @Stability(Stable)
        @NotNull
        public String getProjectId()
      • setProjectId

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