Show / Hide Table of Contents

Class DatabaseInstanceNetwork

Network details of a database instance.

Inheritance
object
DatabaseInstanceNetwork
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.MigrationCenterAPI.v1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX