Class ComputeNetworkEndpointsNetworkEndpoints.Jsii$Proxy

    • Method Detail

      • getIpAddress

        public final String getIpAddress()
        Description copied from interface: ComputeNetworkEndpointsNetworkEndpoints
        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}

        Specified by:
        getIpAddress in interface ComputeNetworkEndpointsNetworkEndpoints
      • getInstance

        public final String getInstance()
        Description copied from interface: ComputeNetworkEndpointsNetworkEndpoints
        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}

        Specified by:
        getInstance in interface ComputeNetworkEndpointsNetworkEndpoints
      • getPort

        public final Number getPort()
        Description copied from interface: ComputeNetworkEndpointsNetworkEndpoints
        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}

        Specified by:
        getPort in interface ComputeNetworkEndpointsNetworkEndpoints
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object