Compute Engine v1 API - Class NetworkProfileLocation (3.2.0)

public sealed class NetworkProfileLocation : IMessage<NetworkProfileLocation>, IEquatable<NetworkProfileLocation>, IDeepCloneable<NetworkProfileLocation>, IBufferMessage, IMessage

Inheritance

object > NetworkProfileLocation

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

NetworkProfileLocation()

public NetworkProfileLocation()

NetworkProfileLocation(NetworkProfileLocation)

public NetworkProfileLocation(NetworkProfileLocation other)
Parameter
Name Description
other NetworkProfileLocation

Properties

HasName

public bool HasName { get; }

Gets whether the "name" field is set

Property Value
Type Description
bool

HasScope

public bool HasScope { get; }

Gets whether the "scope" field is set

Property Value
Type Description
bool

Name

public string Name { get; set; }
Property Value
Type Description
string

Scope

public string Scope { get; set; }

Check the Scope enum for the list of possible values.

Property Value
Type Description
string