GetSpringCloudAppResult

data class GetSpringCloudAppResult(val fqdn: String, val httpsOnly: Boolean, val id: String, val identities: List<GetSpringCloudAppIdentity>, val isPublic: Boolean, val name: String, val persistentDisks: List<GetSpringCloudAppPersistentDisk>, val resourceGroupName: String, val serviceName: String, val tlsEnabled: Boolean, val url: String)

A collection of values returned by getSpringCloudApp.

Constructors

Link copied to clipboard
constructor(fqdn: String, httpsOnly: Boolean, id: String, identities: List<GetSpringCloudAppIdentity>, isPublic: Boolean, name: String, persistentDisks: List<GetSpringCloudAppPersistentDisk>, resourceGroupName: String, serviceName: String, tlsEnabled: Boolean, url: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Fully Qualified DNS Name.

Link copied to clipboard

Is only HTTPS allowed?

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

An identity block as defined below.

Link copied to clipboard

Does the Spring Cloud Application have public endpoint?

Link copied to clipboard
Link copied to clipboard

A persistent_disk block as defined below.

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

Is End to End TLS Enabled?

Link copied to clipboard
val url: String

The public endpoint of the Spring Cloud Application.