Get Environment Result
data class GetEnvironmentResult(val createTime: String, val description: String, val displayName: String, val endpoints: GoogleCloudDataplexV1EnvironmentEndpointsResponse, val infrastructureSpec: GoogleCloudDataplexV1EnvironmentInfrastructureSpecResponse, val labels: Map<String, String>, val name: String, val sessionSpec: GoogleCloudDataplexV1EnvironmentSessionSpecResponse, val sessionStatus: GoogleCloudDataplexV1EnvironmentSessionStatusResponse, val state: String, val uid: String, val updateTime: String)
Constructors
Link copied to clipboard
constructor(createTime: String, description: String, displayName: String, endpoints: GoogleCloudDataplexV1EnvironmentEndpointsResponse, infrastructureSpec: GoogleCloudDataplexV1EnvironmentInfrastructureSpecResponse, labels: Map<String, String>, name: String, sessionSpec: GoogleCloudDataplexV1EnvironmentSessionSpecResponse, sessionStatus: GoogleCloudDataplexV1EnvironmentSessionStatusResponse, state: String, uid: String, updateTime: String)
Properties
Link copied to clipboard
Environment creation time.
Link copied to clipboard
Optional. Description of the environment.
Link copied to clipboard
Optional. User friendly display name.
Link copied to clipboard
URI Endpoints to access sessions associated with the Environment.
Link copied to clipboard
Infrastructure specification for the Environment.
Link copied to clipboard
Optional. Configuration for sessions created for this environment.
Link copied to clipboard
Status of sessions created for this environment.
Link copied to clipboard
The time when the environment was last updated.