Show / Hide Table of Contents

Class SqlLocationDetails

Location and networking details for configuring SQL server workload.

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

Properties

DnsZone

Optional. Create a new DNS zone when the field is empty. Only shown for Using an existing DNS. List of existing DNS zones. Terraform variable name: existing_dns_zone_name.

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

ETag

The ETag of the item.

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

GcpProjectId

Required. The project that infrastructure is deployed in. Currently only supports the same project where the deployment resource exists.

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

InternetAccess

Required. Internet Access.

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

Network

Required. Network name.

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

PrimaryZone

Required. Primary zone.

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

Region

Required. Region name.

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

SecondaryZone

Optional. Secondary zone cannot be the same as primary_zone and is only for High Availability deployment mode.

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

Subnetwork

Required. Subnetwork name.

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

TertiaryZone

Optional. Tertiary zone cannot be the same as primary_zone and secondary_zone, and it is only for High Availability deployment mode.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX