Class LocationDetails
Message for sap instant details
Implements
Inherited Members
Namespace: Google.Apis.WorkloadManager.v1.Data
Assembly: Google.Apis.WorkloadManager.v1.dll
Syntax
public class LocationDetails : IDirectResponseSchema
Properties
CreateCommsFirewall
Optional. create firewall, if true, create firewall for the deployment. This field provides an option to not always create 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 user skip DNS configuration from UI, deployment_dns_enabled=false otherwise deployment_dns_enabled=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. zone1_name
Declaration
[JsonProperty("zone1Name")]
public virtual string Zone1Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Zone2Name
Optional. zone2_name
Declaration
[JsonProperty("zone2Name")]
public virtual string Zone2Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |