Get Domain Result
data class GetDomainResult(val auditLogsEnabled: Boolean, val authorizedNetworks: List<String>, val createTime: String, val fqdn: String, val labels: Map<String, String>, val locations: List<String>, val managedIdentitiesAdminName: String, val name: String, val reservedIpRange: String, val state: String, val statusMessage: String, val trusts: List<TrustResponse>, val updateTime: String)
Constructors
Link copied to clipboard
fun GetDomainResult(auditLogsEnabled: Boolean, authorizedNetworks: List<String>, createTime: String, fqdn: String, labels: Map<String, String>, locations: List<String>, managedIdentitiesAdminName: String, name: String, reservedIpRange: String, state: String, statusMessage: String, trusts: List<TrustResponse>, updateTime: String)
Types
Properties
Link copied to clipboard
Optional. The full names of the Google Compute Engine /compute/docs/networks-and-firewalls#networks to which the instance is connected. Network can be added using UpdateDomain later. Domain is only available on network part of authorized_networks. Caller needs to make sure that CIDR subnets do not overlap between networks, else domain creation will fail.
Link copied to clipboard
Link copied to clipboard