Compute Engine v1 API - Class ServerBinding (2.16.0)

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

Inheritance

object > ServerBinding

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

ServerBinding()

public ServerBinding()

ServerBinding(ServerBinding)

public ServerBinding(ServerBinding other)
Parameter
Name Description
other ServerBinding

Properties

HasType

public bool HasType { get; }

Gets whether the "type" field is set

Property Value
Type Description
bool

Type

public string Type { get; set; }

Check the Type enum for the list of possible values.

Property Value
Type Description
string