public sealed class ServerBinding : IMessage<ServerBinding>, IEquatable<ServerBinding>, IDeepCloneable<ServerBinding>, IBufferMessage, IMessage
Implements
IMessage<ServerBinding>, IEquatable<ServerBinding>, IDeepCloneable<ServerBinding>, 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 |
Boolean |
Type
public string Type { get; set; }
Check the Type enum for the list of possible values.
Property Value | |
---|---|
Type | Description |
String |