Show / Hide Table of Contents

Class IPs

IPs troubleshooting information.

Inheritance
object
IPs
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.CertificateManager.v1.Data
Assembly: Google.Apis.CertificateManager.v1.dll
Syntax
public class IPs : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Resolved

Output only. The list of IP addresses resolved from the domain's A/AAAA records. Can contain both ipv4 and ipv6 addresses.

Declaration
[JsonProperty("resolved")]
public virtual IList<string> Resolved { get; set; }
Property Value
Type Description
IList<string>

Serving

Output only. The list of IP addresses, where the certificate is attached and port 443 is open.

Declaration
[JsonProperty("serving")]
public virtual IList<string> Serving { get; set; }
Property Value
Type Description
IList<string>

ServingOnAltPorts

Output only. The list of IP addresses, where the certificate is attached, but port 443 is not open.

Declaration
[JsonProperty("servingOnAltPorts")]
public virtual IList<string> ServingOnAltPorts { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX