Interface NetworkManagementConnectivityTestSource
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
NetworkManagementConnectivityTestSource.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.069Z") @Stability(Stable) public interface NetworkManagementConnectivityTestSource extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classNetworkManagementConnectivityTestSource.BuilderA builder forNetworkManagementConnectivityTestSourcestatic classNetworkManagementConnectivityTestSource.Jsii$ProxyAn implementation forNetworkManagementConnectivityTestSource
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static NetworkManagementConnectivityTestSource.Builderbuilder()default StringgetInstance()A Compute Engine instance URI.default StringgetIpAddress()The IP address of the endpoint, which can be an external or internal IP.default StringgetNetwork()A Compute Engine network URI.default StringgetNetworkType()Type of the network where the endpoint is located.default NumbergetPort()The IP protocol port of the endpoint.default StringgetProjectId()Project ID where the endpoint is located.
-
-
-
Method Detail
-
getInstance
@Stability(Stable) @Nullable default String getInstance()
A Compute Engine instance URI.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_management_connectivity_test#instance NetworkManagementConnectivityTest#instance}
-
getIpAddress
@Stability(Stable) @Nullable default String getIpAddress()
The IP address of the endpoint, which can be an external or internal IP.An IPv6 address is only allowed when the test's destination is a global load balancer VIP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_management_connectivity_test#ip_address NetworkManagementConnectivityTest#ip_address}
-
getNetwork
@Stability(Stable) @Nullable default String getNetwork()
A Compute Engine network URI.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_management_connectivity_test#network NetworkManagementConnectivityTest#network}
-
getNetworkType
@Stability(Stable) @Nullable default String getNetworkType()
Type of the network where the endpoint is located. Possible values: ["GCP_NETWORK", "NON_GCP_NETWORK"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_management_connectivity_test#network_type NetworkManagementConnectivityTest#network_type}
-
getPort
@Stability(Stable) @Nullable default Number getPort()
The IP protocol port of the endpoint. Only applicable when protocol is TCP or UDP.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_management_connectivity_test#port NetworkManagementConnectivityTest#port}
-
getProjectId
@Stability(Stable) @Nullable default String getProjectId()
Project ID where the endpoint is located.The Project ID can be derived from the URI if you provide a VM instance or network URI. The following are two cases where you must provide the project ID: 1. Only the IP address is specified, and the IP address is within a GCP project. 2. When you are using Shared VPC and the IP address that you provide is from the service project. In this case, the network that the IP address resides in is defined in the host project. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_management_connectivity_test#project_id NetworkManagementConnectivityTest#project_id}
-
builder
@Stability(Stable) static NetworkManagementConnectivityTestSource.Builder builder()
-
-