Interface VmwareengineNetworkPeeringConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
VmwareengineNetworkPeeringConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:23.013Z") @Stability(Stable) public interface VmwareengineNetworkPeeringConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classVmwareengineNetworkPeeringConfig.BuilderA builder forVmwareengineNetworkPeeringConfigstatic classVmwareengineNetworkPeeringConfig.Jsii$ProxyAn implementation forVmwareengineNetworkPeeringConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static VmwareengineNetworkPeeringConfig.Builderbuilder()default StringgetDescription()User-provided description for this network peering.default ObjectgetExportCustomRoutes()True if custom routes are exported to the peered network; false otherwise.default ObjectgetExportCustomRoutesWithPublicIp()True if all subnet routes with a public IP address range are exported; false otherwise.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vmwareengine_network_peering#id VmwareengineNetworkPeering#id}.default ObjectgetImportCustomRoutes()True if custom routes are imported from the peered network; false otherwise.default ObjectgetImportCustomRoutesWithPublicIp()True if custom routes are imported from the peered network; false otherwise.StringgetName()The ID of the Network Peering.StringgetPeerNetwork()The relative resource name of the network to peer with a standard VMware Engine network.StringgetPeerNetworkType()The type of the network to peer with the VMware Engine network.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vmwareengine_network_peering#project VmwareengineNetworkPeering#project}.default VmwareengineNetworkPeeringTimeoutsgetTimeouts()timeouts block.StringgetVmwareEngineNetwork()The relative resource name of the VMware Engine network.
-
-
-
Method Detail
-
getName
@Stability(Stable) @NotNull String getName()
The ID of the Network Peering.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vmwareengine_network_peering#name VmwareengineNetworkPeering#name}
-
getPeerNetwork
@Stability(Stable) @NotNull String getPeerNetwork()
The relative resource name of the network to peer with a standard VMware Engine network.The provided network can be a consumer VPC network or another standard VMware Engine network. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vmwareengine_network_peering#peer_network VmwareengineNetworkPeering#peer_network}
-
getPeerNetworkType
@Stability(Stable) @NotNull String getPeerNetworkType()
The type of the network to peer with the VMware Engine network.Possible values: ["STANDARD", "VMWARE_ENGINE_NETWORK", "PRIVATE_SERVICES_ACCESS", "NETAPP_CLOUD_VOLUMES", "THIRD_PARTY_SERVICE", "DELL_POWERSCALE"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vmwareengine_network_peering#peer_network_type VmwareengineNetworkPeering#peer_network_type}
-
getVmwareEngineNetwork
@Stability(Stable) @NotNull String getVmwareEngineNetwork()
The relative resource name of the VMware Engine network.Specify the name in the following form: projects/{project}/locations/{location}/vmwareEngineNetworks/{vmwareEngineNetworkId} where {project} can either be a project number or a project ID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vmwareengine_network_peering#vmware_engine_network VmwareengineNetworkPeering#vmware_engine_network}
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
User-provided description for this network peering.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vmwareengine_network_peering#description VmwareengineNetworkPeering#description}
-
getExportCustomRoutes
@Stability(Stable) @Nullable default Object getExportCustomRoutes()
True if custom routes are exported to the peered network; false otherwise.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vmwareengine_network_peering#export_custom_routes VmwareengineNetworkPeering#export_custom_routes}
-
getExportCustomRoutesWithPublicIp
@Stability(Stable) @Nullable default Object getExportCustomRoutesWithPublicIp()
True if all subnet routes with a public IP address range are exported; false otherwise.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vmwareengine_network_peering#export_custom_routes_with_public_ip VmwareengineNetworkPeering#export_custom_routes_with_public_ip}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vmwareengine_network_peering#id VmwareengineNetworkPeering#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
-
getImportCustomRoutes
@Stability(Stable) @Nullable default Object getImportCustomRoutes()
True if custom routes are imported from the peered network; false otherwise.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vmwareengine_network_peering#import_custom_routes VmwareengineNetworkPeering#import_custom_routes}
-
getImportCustomRoutesWithPublicIp
@Stability(Stable) @Nullable default Object getImportCustomRoutesWithPublicIp()
True if custom routes are imported from the peered network; false otherwise.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vmwareengine_network_peering#import_custom_routes_with_public_ip VmwareengineNetworkPeering#import_custom_routes_with_public_ip}
-
getProject
@Stability(Stable) @Nullable default String getProject()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vmwareengine_network_peering#project VmwareengineNetworkPeering#project}.
-
getTimeouts
@Stability(Stable) @Nullable default VmwareengineNetworkPeeringTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vmwareengine_network_peering#timeouts VmwareengineNetworkPeering#timeouts}
-
builder
@Stability(Stable) static VmwareengineNetworkPeeringConfig.Builder builder()
-
-