Interface ComputeNetworkEndpointsNetworkEndpoints
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeNetworkEndpointsNetworkEndpoints.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.602Z") @Stability(Stable) public interface ComputeNetworkEndpointsNetworkEndpoints extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeNetworkEndpointsNetworkEndpoints.BuilderA builder forComputeNetworkEndpointsNetworkEndpointsstatic classComputeNetworkEndpointsNetworkEndpoints.Jsii$ProxyAn implementation forComputeNetworkEndpointsNetworkEndpoints
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ComputeNetworkEndpointsNetworkEndpoints.Builderbuilder()default StringgetInstance()The name for a specific VM instance that the IP address belongs to.StringgetIpAddress()IPv4 address of network endpoint.default NumbergetPort()Port number of network endpoint.
-
-
-
Method Detail
-
getIpAddress
@Stability(Stable) @NotNull String getIpAddress()
IPv4 address of network endpoint.The IP address must belong to a VM in GCE (either the primary IP or as part of an aliased IP range). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_endpoints#ip_address ComputeNetworkEndpoints#ip_address}
-
getInstance
@Stability(Stable) @Nullable default String getInstance()
The name for a specific VM instance that the IP address belongs to.This is required for network endpoints of type GCE_VM_IP_PORT. The instance must be in the same zone as the network endpoint group. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_endpoints#instance ComputeNetworkEndpoints#instance}
-
getPort
@Stability(Stable) @Nullable default Number getPort()
Port number of network endpoint. Note 'port' is required unless the Network Endpoint Group is created with the type of 'GCE_VM_IP'.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_endpoints#port ComputeNetworkEndpoints#port}
-
builder
@Stability(Stable) static ComputeNetworkEndpointsNetworkEndpoints.Builder builder()
-
-