Class StorageDatabasecenterPartnerapiV1mainIpAddress
Disable validation warnings
Implements
Inherited Members
Namespace: Google.Apis.CloudAlloyDBAdmin.v1alpha.Data
Assembly: Google.Apis.CloudAlloyDBAdmin.v1alpha.dll
Syntax
public class StorageDatabasecenterPartnerapiV1mainIpAddress : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PrivateIp
Disable validation warnings
Declaration
[JsonProperty("privateIp")]
public virtual string PrivateIp { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PublicIp
Disable validation warnings
Declaration
[JsonProperty("publicIp")]
public virtual string PublicIp { get; set; }
Property Value
| Type | Description |
|---|---|
| string |