Class GetNetworkEndpointGroupArgs
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 GetNetworkEndpointGroupArgs : InvokeArgs
Constructors
View SourceGetNetworkEndpointGroupArgs()
Declaration
public GetNetworkEndpointGroupArgs()
Properties
View SourceName
The Network Endpoint Group name.
Provide either this or a self_link.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SelfLink
The Network Endpoint Group self_link.
Declaration
public string SelfLink { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Zone
The Network Endpoint Group availability zone.
Declaration
public string Zone { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |