toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.networkcloud.kotlin.outputs
/
ClusterAvailableVersionResponse
Cluster
Available
Version
Response
data
class
ClusterAvailableVersionResponse
(
val
supportExpiryDate
:
String
,
val
targetClusterVersion
:
String
)
Members
Constructors
Cluster
Available
Version
Response
Link copied to clipboard
constructor
(
supportExpiryDate
:
String
,
targetClusterVersion
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
support
Expiry
Date
Link copied to clipboard
val
supportExpiryDate
:
String
The last date the version of the platform is supported.
target
Cluster
Version
Link copied to clipboard
val
targetClusterVersion
:
String
The version of the cluster to be deployed.