AdditionalCacheNodePropertiesArgs

data class AdditionalCacheNodePropertiesArgs(val autoUpdateVersion: Output<String>? = null, val bgpConfiguration: Output<BgpConfigurationArgs>? = null, val cacheNodePropertiesDetailsIssuesList: Output<List<String>>? = null, val driveConfiguration: Output<List<CacheNodeDriveConfigurationArgs>>? = null, val isProxyRequired: Output<Either<String, ProxyRequired>>? = null, val optionalProperty1: Output<String>? = null, val optionalProperty2: Output<String>? = null, val optionalProperty3: Output<String>? = null, val optionalProperty4: Output<String>? = null, val optionalProperty5: Output<String>? = null, val osType: Output<Either<String, OsType>>? = null, val proxyUrl: Output<String>? = null, val proxyUrlConfiguration: Output<ProxyUrlConfigurationArgs>? = null, val updateCycleType: Output<Either<String, CycleType>>? = null, val updateInfoDetails: Output<String>? = null, val updateRequestedDateTime: Output<String>? = null) : ConvertibleToJava<AdditionalCacheNodePropertiesArgs>

Model representing cache node for connected cache resource

Constructors

Link copied to clipboard
constructor(autoUpdateVersion: Output<String>? = null, bgpConfiguration: Output<BgpConfigurationArgs>? = null, cacheNodePropertiesDetailsIssuesList: Output<List<String>>? = null, driveConfiguration: Output<List<CacheNodeDriveConfigurationArgs>>? = null, isProxyRequired: Output<Either<String, ProxyRequired>>? = null, optionalProperty1: Output<String>? = null, optionalProperty2: Output<String>? = null, optionalProperty3: Output<String>? = null, optionalProperty4: Output<String>? = null, optionalProperty5: Output<String>? = null, osType: Output<Either<String, OsType>>? = null, proxyUrl: Output<String>? = null, proxyUrlConfiguration: Output<ProxyUrlConfigurationArgs>? = null, updateCycleType: Output<Either<String, CycleType>>? = null, updateInfoDetails: Output<String>? = null, updateRequestedDateTime: Output<String>? = null)

Properties

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

Auto update or fast update version

Link copied to clipboard

Cache node resource Bgp configuration.

Link copied to clipboard

issues list to return the issues as part of the additional cache node properties

Link copied to clipboard

Cache node resource drive configurations.

Link copied to clipboard
val isProxyRequired: Output<Either<String, ProxyRequired>>? = null

Cache node resource requires a proxy

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

Optional property #1 of Mcc response object

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

Optional property #2 of Mcc response object

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

Optional property #3 of Mcc response object

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

Optional property #4 of Mcc response object

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

Optional property #5 of Mcc response object

Link copied to clipboard
val osType: Output<Either<String, OsType>>? = null

Operating system of the cache node

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

Cache node resource Mcc proxy Url

Link copied to clipboard

proxyUrl configuration of the cache node

Link copied to clipboard
val updateCycleType: Output<Either<String, CycleType>>? = null

Update Cycle Type

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

Update related information details

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

customer requested date time for mcc install of update cycle

Functions

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