Show / Hide Table of Contents

Class HostProto

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

Inheritance
System.Object
HostProto
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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
System.String

HostName

Lower-case, fully qualified hostname.

Declaration
[JsonProperty("hostName")]
public virtual string HostName { get; set; }
Property Value
Type Description
System.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
System.String

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top