Class DataGoogleComputeForwardingRulesRulesOutputReference

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

      • DataGoogleComputeForwardingRulesRulesOutputReference

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

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

        @Stability(Stable)
        public DataGoogleComputeForwardingRulesRulesOutputReference​(@NotNull
                                                                    com.hashicorp.cdktf.IInterpolatingParent terraformResource,
                                                                    @NotNull
                                                                    String terraformAttribute,
                                                                    @NotNull
                                                                    Number complexObjectIndex,
                                                                    @NotNull
                                                                    Boolean complexObjectIsFromSet)
        Parameters:
        terraformResource - The parent resource. This parameter is required.
        terraformAttribute - The attribute on the parent resource this class is referencing. This parameter is required.
        complexObjectIndex - the index of this item in the list. This parameter is required.
        complexObjectIsFromSet - whether the list is wrapping a set (will add tolist() to be able to access an item via an index). This parameter is required.
    • Method Detail

      • getAllowGlobalAccess

        @Stability(Stable)
        @NotNull
        public com.hashicorp.cdktf.IResolvable getAllowGlobalAccess()
      • getAllowPscGlobalAccess

        @Stability(Stable)
        @NotNull
        public com.hashicorp.cdktf.IResolvable getAllowPscGlobalAccess()
      • getAllPorts

        @Stability(Stable)
        @NotNull
        public com.hashicorp.cdktf.IResolvable getAllPorts()
      • getBackendService

        @Stability(Stable)
        @NotNull
        public String getBackendService()
      • getBaseForwardingRule

        @Stability(Stable)
        @NotNull
        public String getBaseForwardingRule()
      • getCreationTimestamp

        @Stability(Stable)
        @NotNull
        public String getCreationTimestamp()
      • getDescription

        @Stability(Stable)
        @NotNull
        public String getDescription()
      • getEffectiveLabels

        @Stability(Stable)
        @NotNull
        public com.hashicorp.cdktf.StringMap getEffectiveLabels()
      • getForwardingRuleId

        @Stability(Stable)
        @NotNull
        public Number getForwardingRuleId()
      • getIpAddress

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

        @Stability(Stable)
        @NotNull
        public String getIpProtocol()
      • getIpVersion

        @Stability(Stable)
        @NotNull
        public String getIpVersion()
      • getIsMirroringCollector

        @Stability(Stable)
        @NotNull
        public com.hashicorp.cdktf.IResolvable getIsMirroringCollector()
      • getLabelFingerprint

        @Stability(Stable)
        @NotNull
        public String getLabelFingerprint()
      • getLabels

        @Stability(Stable)
        @NotNull
        public com.hashicorp.cdktf.StringMap getLabels()
      • getLoadBalancingScheme

        @Stability(Stable)
        @NotNull
        public String getLoadBalancingScheme()
      • getName

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

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

        @Stability(Stable)
        @NotNull
        public String getNetworkTier()
      • getNoAutomateDnsZone

        @Stability(Stable)
        @NotNull
        public com.hashicorp.cdktf.IResolvable getNoAutomateDnsZone()
      • getPortRange

        @Stability(Stable)
        @NotNull
        public String getPortRange()
      • getPorts

        @Stability(Stable)
        @NotNull
        public List<String> getPorts()
      • getProject

        @Stability(Stable)
        @NotNull
        public String getProject()
      • getPscConnectionId

        @Stability(Stable)
        @NotNull
        public String getPscConnectionId()
      • getPscConnectionStatus

        @Stability(Stable)
        @NotNull
        public String getPscConnectionStatus()
      • getRecreateClosedPsc

        @Stability(Stable)
        @NotNull
        public com.hashicorp.cdktf.IResolvable getRecreateClosedPsc()
      • getRegion

        @Stability(Stable)
        @NotNull
        public String getRegion()
      • getSelfLink

        @Stability(Stable)
        @NotNull
        public String getSelfLink()
      • getServiceLabel

        @Stability(Stable)
        @NotNull
        public String getServiceLabel()
      • getServiceName

        @Stability(Stable)
        @NotNull
        public String getServiceName()
      • getSourceIpRanges

        @Stability(Stable)
        @NotNull
        public List<String> getSourceIpRanges()
      • getSubnetwork

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

        @Stability(Stable)
        @NotNull
        public String getTarget()
      • getTerraformLabels

        @Stability(Stable)
        @NotNull
        public com.hashicorp.cdktf.StringMap getTerraformLabels()