Package com.pulumi.gcp.compute
Class GlobalNetworkEndpointGroupArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.gcp.compute.GlobalNetworkEndpointGroupArgs
-
public final class GlobalNetworkEndpointGroupArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GlobalNetworkEndpointGroupArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static GlobalNetworkEndpointGroupArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GlobalNetworkEndpointGroupArgs.Builder
builder()
static GlobalNetworkEndpointGroupArgs.Builder
builder(GlobalNetworkEndpointGroupArgs defaults)
java.util.Optional<com.pulumi.core.Output<java.lang.Integer>>
defaultPort()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
description()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
name()
com.pulumi.core.Output<java.lang.String>
networkEndpointType()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
project()
-
-
-
Field Detail
-
Empty
public static final GlobalNetworkEndpointGroupArgs Empty
-
-
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.
-
builder
public static GlobalNetworkEndpointGroupArgs.Builder builder()
-
builder
public static GlobalNetworkEndpointGroupArgs.Builder builder(GlobalNetworkEndpointGroupArgs defaults)
-
-