Package-level declarations
Types
Link copied to clipboard
data class FluidRelayEndpointsResponse(val ordererEndpoints: List<String>, val storageEndpoints: List<String>)
The Fluid Relay endpoints for this server
Link copied to clipboard
The set of available keys for this server.
Link copied to clipboard
data class GetFluidRelayServerResult(val fluidRelayEndpoints: FluidRelayEndpointsResponse, val frsTenantId: String, val id: String, val location: String, val name: String, val provisioningState: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
A FluidRelay Server.
Link copied to clipboard
The set of available keys for this server.
Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)
Metadata pertaining to creation and last modification of the resource.