OpenApiImageCacheArgs

data class OpenApiImageCacheArgs(val eipInstanceId: Output<String>? = null, val imageCacheName: Output<String>? = null, val imageCacheSize: Output<Int>? = null, val imageRegistryCredentials: Output<List<OpenApiImageCacheImageRegistryCredentialArgs>>? = null, val images: Output<List<String>>? = null, val resourceGroupId: Output<String>? = null, val retentionDays: Output<Int>? = null, val securityGroupId: Output<String>? = null, val vswitchId: Output<String>? = null, val zoneId: Output<String>? = null) : ConvertibleToJava<OpenApiImageCacheArgs>

Constructors

Link copied to clipboard
constructor(eipInstanceId: Output<String>? = null, imageCacheName: Output<String>? = null, imageCacheSize: Output<Int>? = null, imageRegistryCredentials: Output<List<OpenApiImageCacheImageRegistryCredentialArgs>>? = null, images: Output<List<String>>? = null, resourceGroupId: Output<String>? = null, retentionDays: Output<Int>? = null, securityGroupId: Output<String>? = null, vswitchId: Output<String>? = null, zoneId: Output<String>? = null)

Properties

Link copied to clipboard
val eipInstanceId: Output<String>? = null
Link copied to clipboard
val imageCacheName: Output<String>? = null
Link copied to clipboard
val imageCacheSize: Output<Int>? = null
Link copied to clipboard
val images: Output<List<String>>? = null
Link copied to clipboard
val resourceGroupId: Output<String>? = null
Link copied to clipboard
val retentionDays: Output<Int>? = null
Link copied to clipboard
val securityGroupId: Output<String>? = null
Link copied to clipboard
val vswitchId: Output<String>? = null
Link copied to clipboard
val zoneId: Output<String>? = null

Functions

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