Show / Hide Table of Contents

Class HostProto

Represents a single host. Optionally, the MDB owner of the host can be specified.

Inheritance
object
HostProto
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class HostProto : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

HostName

Lower-case, fully qualified hostname.

Declaration
[JsonProperty("hostName")]
public virtual string HostName { get; set; }
Property Value
Type Description
string

HostOwner

If present, then any checks that compare this Principal to LOAS peer info must confirm the peer's machine owner is equal to 'host_owner'. If absent, then any peer machine owner is acceptable.

Declaration
[JsonProperty("hostOwner")]
public virtual string HostOwner { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX