Package | Description |
---|---|
com.google.api.services.servicenetworking.v1beta.model |
Modifier and Type | Method and Description |
---|---|
DnsZone |
DnsZone.clone() |
DnsZone |
AddDnsZoneResponse.getConsumerPeeringZone()
The DNS peering zone created in the consumer project.
|
DnsZone |
AddDnsZoneResponse.getProducerPrivateZone()
The private DNS zone created in the shared producer host project.
|
DnsZone |
DnsZone.set(String fieldName,
Object value) |
DnsZone |
DnsZone.setDnsSuffix(String dnsSuffix)
The DNS name suffix of this zone e.g.
|
DnsZone |
DnsZone.setName(String name)
User assigned name for this resource.
|
Modifier and Type | Method and Description |
---|---|
AddDnsZoneResponse |
AddDnsZoneResponse.setConsumerPeeringZone(DnsZone consumerPeeringZone)
The DNS peering zone created in the consumer project.
|
AddDnsZoneResponse |
AddDnsZoneResponse.setProducerPrivateZone(DnsZone producerPrivateZone)
The private DNS zone created in the shared producer host project.
|
Copyright © 2011–2024 Google. All rights reserved.