Show / Hide Table of Contents

Class GetNetworkEndpointGroupArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetNetworkEndpointGroupArgs
Inherited Members
InvokeArgs.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 GetNetworkEndpointGroupArgs : InvokeArgs

Constructors

View Source

GetNetworkEndpointGroupArgs()

Declaration
public GetNetworkEndpointGroupArgs()

Properties

View Source

Name

The Network Endpoint Group name. Provide either this or a self_link.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
View Source

SelfLink

The Network Endpoint Group self_link.

Declaration
public string SelfLink { get; set; }
Property Value
Type Description
System.String
View Source

Zone

The Network Endpoint Group availability zone.

Declaration
public string Zone { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.