Class GlobalNetworkEndpointArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Compute
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class GlobalNetworkEndpointArgs : ResourceArgs
Constructors
View SourceGlobalNetworkEndpointArgs()
Declaration
public GlobalNetworkEndpointArgs()
Properties
View SourceFqdn
Fully qualified domain name of network endpoint. This can only be specified when network_endpoint_type of the NEG is INTERNET_FQDN_PORT.
Declaration
public Input<string> Fqdn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
GlobalNetworkEndpointGroup
The global network endpoint group this endpoint is part of.
Declaration
public Input<string> GlobalNetworkEndpointGroup { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
IpAddress
IPv4 address external endpoint.
Declaration
public Input<string> IpAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Port
Port number of the external endpoint.
Declaration
public Input<int> Port { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
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> |