Show / Hide Table of Contents

Class PrimaryInstanceSettings

Settings for the cluster's primary instance

Inheritance
object
PrimaryInstanceSettings
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 PrimaryInstanceSettings : IDirectResponseSchema

Properties

DatabaseFlags

Database flags to pass to AlloyDB when DMS is creating the AlloyDB cluster and instances. See the AlloyDB documentation for how these can be used.

Declaration
[JsonProperty("databaseFlags")]
public virtual IDictionary<string, string> DatabaseFlags { get; set; }
Property Value
Type Description
IDictionary<string, string>

ETag

The ETag of the item.

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

Id

Required. The ID of the AlloyDB primary instance. The ID must satisfy the regex expression "[a-z0-9-]+".

Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type Description
string

InstanceNetworkConfig

Optional. Metadata related to instance level network configuration.

Declaration
[JsonProperty("instanceNetworkConfig")]
public virtual InstanceNetworkConfig InstanceNetworkConfig { get; set; }
Property Value
Type Description
InstanceNetworkConfig

Labels

Labels for the AlloyDB primary instance created by DMS. An object containing a list of 'key', 'value' pairs.

Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
Type Description
IDictionary<string, string>

MachineConfig

Configuration for the machines that host the underlying database engine.

Declaration
[JsonProperty("machineConfig")]
public virtual MachineConfig MachineConfig { get; set; }
Property Value
Type Description
MachineConfig

OutboundPublicIpAddresses

Output only. All outbound public IP addresses configured for the instance.

Declaration
[JsonProperty("outboundPublicIpAddresses")]
public virtual IList<string> OutboundPublicIpAddresses { get; set; }
Property Value
Type Description
IList<string>

PrivateIp

Output only. The private IP address for the Instance. This is the connection endpoint for an end-user application.

Declaration
[JsonProperty("privateIp")]
public virtual string PrivateIp { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX