Class NetworkEndpointGroupState
Inherited Members
Namespace: Pulumi.Gcp.Compute
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class NetworkEndpointGroupState : ResourceArgs
Constructors
View SourceNetworkEndpointGroupState()
Declaration
public NetworkEndpointGroupState()
Properties
View SourceDefaultPort
The default port used if the port number is not specified in the network endpoint.
Declaration
public Input<int> DefaultPort { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Description
An optional description of this resource. Provide this property when you create the resource.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
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.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Network
The network to which all network endpoints in the NEG belong. Uses "default" project network if unspecified.
Declaration
public Input<string> Network { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NetworkEndpointType
Type of network endpoints in this network endpoint group.
Declaration
public Input<string> NetworkEndpointType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Project
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
Declaration
public Input<string> Project { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SelfLink
The URI of the created resource.
Declaration
public Input<string> SelfLink { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Size
Number of network endpoints in the network endpoint group.
Declaration
public Input<int> Size { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Subnetwork
Optional subnetwork to which all network endpoints in the NEG belong.
Declaration
public Input<string> Subnetwork { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Zone
Zone where the network endpoint group is located.
Declaration
public Input<string> Zone { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |