Class IpConfig
Defines IP configuration where this Certificate Map is serving.
Implements
Inherited Members
Namespace: Google.Apis.CertificateManager.v1.Data
Assembly: Google.Apis.CertificateManager.v1.dll
Syntax
public class IpConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IpAddress
Output only. An external IP address.
Declaration
[JsonProperty("ipAddress")]
public virtual string IpAddress { get; set; }
Property Value
Type | Description |
---|---|
string |
Ports
Output only. Ports.
Declaration
[JsonProperty("ports")]
public virtual IList<long?> Ports { get; set; }
Property Value
Type | Description |
---|---|
IList<long?> |