Class GlobalNetworkEndpointGroupArgs


  • public final class GlobalNetworkEndpointGroupArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • defaultPort

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> defaultPort()
        Returns:
        The default port used if the port number is not specified in the network endpoint.
      • description

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> description()
        Returns:
        An optional description of this resource. Provide this property when you create the resource.
      • name

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
        Returns:
        Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `a-z?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
      • networkEndpointType

        public com.pulumi.core.Output<java.lang.String> networkEndpointType()
        Returns:
        Type of network endpoints in this network endpoint group. Possible values are: `INTERNET_IP_PORT`, `INTERNET_FQDN_PORT`. ***
      • project

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> project()
        Returns:
        The ID of the project in which the resource belongs. If it is not provided, the provider project is used.