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 show for Using an existing DNS List of existing DNS Zones tf 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 deployed, 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 can't be 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. teriary zone can't be 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