ClusterResourcePropertiesArgs

data class ClusterResourcePropertiesArgs(val infraResourceGroup: Output<String>? = null, val maintenanceScheduleConfiguration: Output<WeeklyMaintenanceScheduleConfigurationArgs>? = null, val managedEnvironmentId: Output<String>? = null, val marketplaceResource: Output<MarketplaceResourceArgs>? = null, val networkProfile: Output<NetworkProfileArgs>? = null, val vnetAddons: Output<ServiceVNetAddonsArgs>? = null, val zoneRedundant: Output<Boolean>? = null) : ConvertibleToJava<ClusterResourcePropertiesArgs>

Service properties payload

Constructors

Link copied to clipboard
constructor(infraResourceGroup: Output<String>? = null, maintenanceScheduleConfiguration: Output<WeeklyMaintenanceScheduleConfigurationArgs>? = null, managedEnvironmentId: Output<String>? = null, marketplaceResource: Output<MarketplaceResourceArgs>? = null, networkProfile: Output<NetworkProfileArgs>? = null, vnetAddons: Output<ServiceVNetAddonsArgs>? = null, zoneRedundant: Output<Boolean>? = null)

Properties

Link copied to clipboard
val infraResourceGroup: Output<String>? = null

The name of the resource group that contains the infrastructure resources

Link copied to clipboard

Additional Service settings for planned maintenance

Link copied to clipboard
val managedEnvironmentId: Output<String>? = null

The resource Id of the Managed Environment that the Spring Apps instance builds on

Link copied to clipboard

Purchasing 3rd party product of the Service resource.

Link copied to clipboard
val networkProfile: Output<NetworkProfileArgs>? = null

Network profile of the Service

Link copied to clipboard
val vnetAddons: Output<ServiceVNetAddonsArgs>? = null

Additional Service settings in vnet injection instance

Link copied to clipboard
val zoneRedundant: Output<Boolean>? = null

Functions

Link copied to clipboard
open override fun toJava(): ClusterResourcePropertiesArgs