Interface NetworkManagementConnectivityTestConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
NetworkManagementConnectivityTestConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.057Z") @Stability(Stable) public interface NetworkManagementConnectivityTestConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classNetworkManagementConnectivityTestConfig.BuilderA builder forNetworkManagementConnectivityTestConfigstatic classNetworkManagementConnectivityTestConfig.Jsii$ProxyAn implementation forNetworkManagementConnectivityTestConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static NetworkManagementConnectivityTestConfig.Builderbuilder()default StringgetDescription()The user-supplied description of the Connectivity Test.NetworkManagementConnectivityTestDestinationgetDestination()destination block.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_management_connectivity_test#id NetworkManagementConnectivityTest#id}.default Map<String,String>getLabels()Resource labels to represent user-provided metadata.StringgetName()Unique name for the connectivity test.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_management_connectivity_test#project NetworkManagementConnectivityTest#project}.default StringgetProtocol()IP Protocol of the test.default List<String>getRelatedProjects()Other projects that may be relevant for reachability analysis.NetworkManagementConnectivityTestSourcegetSource()source block.default NetworkManagementConnectivityTestTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getDestination
@Stability(Stable) @NotNull NetworkManagementConnectivityTestDestination getDestination()
destination block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_management_connectivity_test#destination NetworkManagementConnectivityTest#destination}
-
getName
@Stability(Stable) @NotNull String getName()
Unique name for the connectivity test.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_management_connectivity_test#name NetworkManagementConnectivityTest#name}
-
getSource
@Stability(Stable) @NotNull NetworkManagementConnectivityTestSource getSource()
source block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_management_connectivity_test#source NetworkManagementConnectivityTest#source}
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
The user-supplied description of the Connectivity Test. Maximum of 512 characters.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_management_connectivity_test#description NetworkManagementConnectivityTest#description}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_management_connectivity_test#id NetworkManagementConnectivityTest#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.
-
getLabels
@Stability(Stable) @Nullable default Map<String,String> getLabels()
Resource labels to represent user-provided metadata.**Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_management_connectivity_test#labels NetworkManagementConnectivityTest#labels}
-
getProject
@Stability(Stable) @Nullable default String getProject()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_management_connectivity_test#project NetworkManagementConnectivityTest#project}.
-
getProtocol
@Stability(Stable) @Nullable default String getProtocol()
IP Protocol of the test. When not provided, "TCP" is assumed.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_management_connectivity_test#protocol NetworkManagementConnectivityTest#protocol}
-
getRelatedProjects
@Stability(Stable) @Nullable default List<String> getRelatedProjects()
Other projects that may be relevant for reachability analysis. This is applicable to scenarios where a test can cross project boundaries.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_management_connectivity_test#related_projects NetworkManagementConnectivityTest#related_projects}
-
getTimeouts
@Stability(Stable) @Nullable default NetworkManagementConnectivityTestTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_management_connectivity_test#timeouts NetworkManagementConnectivityTest#timeouts}
-
builder
@Stability(Stable) static NetworkManagementConnectivityTestConfig.Builder builder()
-
-