Class DatabaseInstanceNetwork
Network details of a database instance.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1alpha1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1alpha1.dll
Syntax
public class DatabaseInstanceNetwork : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HostNames
Optional. The instance's host names.
Declaration
[JsonProperty("hostNames")]
public virtual IList<string> HostNames { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
IpAddresses
Optional. The instance's IP addresses.
Declaration
[JsonProperty("ipAddresses")]
public virtual IList<string> IpAddresses { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
PrimaryMacAddress
Optional. The instance's primary MAC address.
Declaration
[JsonProperty("primaryMacAddress")]
public virtual string PrimaryMacAddress { get; set; }
Property Value
Type | Description |
---|---|
string |