Show / Hide Table of Contents

Class LocationDetails

Message for SAP instance details.

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

Properties

CreateCommsFirewall

Optional. Create firewall. If true, creates a firewall for the deployment. This field provides an option to not always create a firewall for the deployment.

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

CustomTags

Optional. Network tags.

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

DeploymentDnsEnabled

Optional. When the user skips DNS configuration in the UI, deployment_dns_enabled is false; otherwise deployment_dns_enabled is true.

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

DnsZone

Optional. DNS zone name.

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

DnsZoneNameSuffix

Optional. DNS zone name suffix.

Declaration
[JsonProperty("dnsZoneNameSuffix")]
public virtual string DnsZoneNameSuffix { 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

InternetAccess

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

NetworkProject

Optional. Network project.

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

RegionName

Required. Region name.

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

SubnetName

Required. Subnet name.

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

VpcName

Required. VPC name.

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

Zone1Name

Required. Zone 1 name.

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

Zone2Name

Optional. Zone 2 name.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX