public sealed class ServerBinding : IMessage<ServerBinding>, IEquatable<ServerBinding>, IDeepCloneable<ServerBinding>, IBufferMessage, IMessage
Implements
IMessageServerBinding, IEquatableServerBinding, IDeepCloneableServerBinding, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
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 |