GetDiscoveredServiceResult

data class GetDiscoveredServiceResult(val id: String, val location: String, val name: String, val project: String? = null, val serviceProperties: List<GetDiscoveredServiceServiceProperty>, val serviceReferences: List<GetDiscoveredServiceServiceReference>, val serviceUri: String)

A collection of values returned by getDiscoveredService.

Constructors

Link copied to clipboard
constructor(id: String, location: String, name: String, project: String? = null, serviceProperties: List<GetDiscoveredServiceServiceProperty>, serviceReferences: List<GetDiscoveredServiceServiceReference>, serviceUri: 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

The location that the underlying resource resides in.

Link copied to clipboard

Resource name of a Service. Format: "projects/{host-project-id}/locations/{location}/applications/{application-id}/services/{service-id}".

Link copied to clipboard
val project: String? = null
Link copied to clipboard

Properties of an underlying compute resource that can comprise a Service. Structure is documented below

Link copied to clipboard

Reference to an underlying networking resource that can comprise a Service. Structure is documented below

Link copied to clipboard