Class IPs
IPs troubleshooting information.
Implements
Inherited Members
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> |