Show / Hide Table of Contents

Class InstanceNetworkConfig

Metadata related to instance level network configuration.

Inheritance
object
InstanceNetworkConfig
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.DatabaseMigrationService.v1.Data
Assembly: Google.Apis.DatabaseMigrationService.v1.dll
Syntax
public class InstanceNetworkConfig : IDirectResponseSchema

Properties

AuthorizedExternalNetworks

Optional. A list of external network authorized to access this instance.

Declaration
[JsonProperty("authorizedExternalNetworks")]
public virtual IList<AuthorizedNetwork> AuthorizedExternalNetworks { get; set; }
Property Value
Type Description
IList<AuthorizedNetwork>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EnableOutboundPublicIp

Optional. Enabling an outbound public IP address to support a database server sending requests out into the internet.

Declaration
[JsonProperty("enableOutboundPublicIp")]
public virtual bool? EnableOutboundPublicIp { get; set; }
Property Value
Type Description
bool?

EnablePublicIp

Optional. Enabling public ip for the instance.

Declaration
[JsonProperty("enablePublicIp")]
public virtual bool? EnablePublicIp { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX