Class VmwareengineNetworkPeering

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.ITerraformAddressable, com.hashicorp.cdktf.ITerraformDependable, com.hashicorp.cdktf.ITerraformResource, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:23.011Z")
    @Stability(Stable)
    public class VmwareengineNetworkPeering
    extends com.hashicorp.cdktf.TerraformResource
    Represents a {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vmwareengine_network_peering google_vmwareengine_network_peering}.
    • Field Detail

      • TF_RESOURCE_TYPE

        @Stability(Stable)
        public static final String TF_RESOURCE_TYPE
    • Constructor Detail

      • VmwareengineNetworkPeering

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

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

        @Stability(Stable)
        public VmwareengineNetworkPeering​(@NotNull
                                          software.constructs.Construct scope,
                                          @NotNull
                                          String id,
                                          @NotNull
                                          VmwareengineNetworkPeeringConfig config)
        Create a new {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vmwareengine_network_peering google_vmwareengine_network_peering} Resource.

        Parameters:
        scope - The scope in which to define this construct. This parameter is required.
        id - The scoped construct ID. This parameter is required.
        config - This parameter is required.
    • Method Detail

      • generateConfigForImport

        @Stability(Stable)
        @NotNull
        public static com.hashicorp.cdktf.ImportableResource generateConfigForImport​(@NotNull
                                                                                     software.constructs.Construct scope,
                                                                                     @NotNull
                                                                                     String importToId,
                                                                                     @NotNull
                                                                                     String importFromId,
                                                                                     @Nullable
                                                                                     com.hashicorp.cdktf.TerraformProvider provider)
        Generates CDKTF code for importing a VmwareengineNetworkPeering resource upon running "cdktf plan ".

        Parameters:
        scope - The scope in which to define this construct. This parameter is required.
        importToId - The construct id used in the generated config for the VmwareengineNetworkPeering to import. This parameter is required.
        importFromId - The id of the existing VmwareengineNetworkPeering that should be imported. This parameter is required.
        provider - ? Optional instance of the provider where the VmwareengineNetworkPeering to import is found.
      • generateConfigForImport

        @Stability(Stable)
        @NotNull
        public static com.hashicorp.cdktf.ImportableResource generateConfigForImport​(@NotNull
                                                                                     software.constructs.Construct scope,
                                                                                     @NotNull
                                                                                     String importToId,
                                                                                     @NotNull
                                                                                     String importFromId)
        Generates CDKTF code for importing a VmwareengineNetworkPeering resource upon running "cdktf plan ".

        Parameters:
        scope - The scope in which to define this construct. This parameter is required.
        importToId - The construct id used in the generated config for the VmwareengineNetworkPeering to import. This parameter is required.
        importFromId - The id of the existing VmwareengineNetworkPeering that should be imported. This parameter is required.
      • resetDescription

        @Stability(Stable)
        public void resetDescription()
      • resetExportCustomRoutes

        @Stability(Stable)
        public void resetExportCustomRoutes()
      • resetExportCustomRoutesWithPublicIp

        @Stability(Stable)
        public void resetExportCustomRoutesWithPublicIp()
      • resetId

        @Stability(Stable)
        public void resetId()
      • resetImportCustomRoutes

        @Stability(Stable)
        public void resetImportCustomRoutes()
      • resetImportCustomRoutesWithPublicIp

        @Stability(Stable)
        public void resetImportCustomRoutesWithPublicIp()
      • resetProject

        @Stability(Stable)
        public void resetProject()
      • resetTimeouts

        @Stability(Stable)
        public void resetTimeouts()
      • synthesizeAttributes

        @Stability(Stable)
        @NotNull
        protected Map<String,​Object> synthesizeAttributes()
        Overrides:
        synthesizeAttributes in class com.hashicorp.cdktf.TerraformResource
      • synthesizeHclAttributes

        @Stability(Stable)
        @NotNull
        protected Map<String,​Object> synthesizeHclAttributes()
        Overrides:
        synthesizeHclAttributes in class com.hashicorp.cdktf.TerraformResource
      • getCreateTime

        @Stability(Stable)
        @NotNull
        public String getCreateTime()
      • getState

        @Stability(Stable)
        @NotNull
        public String getState()
      • getStateDetails

        @Stability(Stable)
        @NotNull
        public String getStateDetails()
      • getUid

        @Stability(Stable)
        @NotNull
        public String getUid()
      • getUpdateTime

        @Stability(Stable)
        @NotNull
        public String getUpdateTime()
      • getVmwareEngineNetworkCanonical

        @Stability(Stable)
        @NotNull
        public String getVmwareEngineNetworkCanonical()
      • getDescriptionInput

        @Stability(Stable)
        @Nullable
        public String getDescriptionInput()
      • getExportCustomRoutesInput

        @Stability(Stable)
        @Nullable
        public Object getExportCustomRoutesInput()
      • getExportCustomRoutesWithPublicIpInput

        @Stability(Stable)
        @Nullable
        public Object getExportCustomRoutesWithPublicIpInput()
      • getIdInput

        @Stability(Stable)
        @Nullable
        public String getIdInput()
      • getImportCustomRoutesInput

        @Stability(Stable)
        @Nullable
        public Object getImportCustomRoutesInput()
      • getImportCustomRoutesWithPublicIpInput

        @Stability(Stable)
        @Nullable
        public Object getImportCustomRoutesWithPublicIpInput()
      • getNameInput

        @Stability(Stable)
        @Nullable
        public String getNameInput()
      • getPeerNetworkInput

        @Stability(Stable)
        @Nullable
        public String getPeerNetworkInput()
      • getPeerNetworkTypeInput

        @Stability(Stable)
        @Nullable
        public String getPeerNetworkTypeInput()
      • getProjectInput

        @Stability(Stable)
        @Nullable
        public String getProjectInput()
      • getTimeoutsInput

        @Stability(Stable)
        @Nullable
        public Object getTimeoutsInput()
      • getVmwareEngineNetworkInput

        @Stability(Stable)
        @Nullable
        public String getVmwareEngineNetworkInput()
      • getDescription

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

        @Stability(Stable)
        public void setDescription​(@NotNull
                                   String value)
      • getExportCustomRoutes

        @Stability(Stable)
        @NotNull
        public Object getExportCustomRoutes()
      • setExportCustomRoutes

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

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

        @Stability(Stable)
        @NotNull
        public Object getExportCustomRoutesWithPublicIp()
      • setExportCustomRoutesWithPublicIp

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

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

        @Stability(Stable)
        @NotNull
        public String getId()
      • setId

        @Stability(Stable)
        public void setId​(@NotNull
                          String value)
      • getImportCustomRoutes

        @Stability(Stable)
        @NotNull
        public Object getImportCustomRoutes()
      • setImportCustomRoutes

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

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

        @Stability(Stable)
        @NotNull
        public Object getImportCustomRoutesWithPublicIp()
      • setImportCustomRoutesWithPublicIp

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

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

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

        @Stability(Stable)
        public void setName​(@NotNull
                            String value)
      • getPeerNetwork

        @Stability(Stable)
        @NotNull
        public String getPeerNetwork()
      • setPeerNetwork

        @Stability(Stable)
        public void setPeerNetwork​(@NotNull
                                   String value)
      • getPeerNetworkType

        @Stability(Stable)
        @NotNull
        public String getPeerNetworkType()
      • setPeerNetworkType

        @Stability(Stable)
        public void setPeerNetworkType​(@NotNull
                                       String value)
      • getProject

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

        @Stability(Stable)
        public void setProject​(@NotNull
                               String value)
      • getVmwareEngineNetwork

        @Stability(Stable)
        @NotNull
        public String getVmwareEngineNetwork()
      • setVmwareEngineNetwork

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