Class IpAddress
Used to send IP address information for a database resource.
Implements
Inherited Members
Namespace: Google.Apis.CloudRedis.v1beta1.Data
Assembly: Google.Apis.CloudRedis.v1beta1.dll
Syntax
public class IpAddress : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PrivateIp
The private IP address assigned to the resource within a Virtual Private Cloud (VPC). This IP is only reachable from within the same VPC network. Stored in standard string format (e.g., "10.0.0.2").
Declaration
[JsonProperty("privateIp")]
public virtual string PrivateIp { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PublicIp
The public IP address assigned to the resource. This IP is reachable from the internet. Stored in standard string format (e.g., "34.72.1.1").
Declaration
[JsonProperty("publicIp")]
public virtual string PublicIp { get; set; }
Property Value
| Type | Description |
|---|---|
| string |