GetManagementServerResult

data class GetManagementServerResult(val id: String, val location: String, val managementUris: List<GetManagementServerManagementUri>, val name: String, val networks: List<GetManagementServerNetwork>, val oauth2ClientId: String, val project: String, val type: String)

A collection of values returned by getManagementServer.

Constructors

Link copied to clipboard
constructor(id: String, location: String, managementUris: List<GetManagementServerManagementUri>, name: String, networks: List<GetManagementServerNetwork>, oauth2ClientId: String, project: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard