Show / Hide Table of Contents

Class GlobalNetworkEndpointState

Inheritance
System.Object
InputArgs
ResourceArgs
GlobalNetworkEndpointState
Inherited Members
ResourceArgs.Empty
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 GlobalNetworkEndpointState : ResourceArgs

Constructors

View Source

GlobalNetworkEndpointState()

Declaration
public GlobalNetworkEndpointState()

Properties

View Source

Fqdn

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>
View Source

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>
View Source

IpAddress

IPv4 address external endpoint.

Declaration
public Input<string> IpAddress { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Port

Port number of the external endpoint.

Declaration
public Input<int> Port { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.