Generic Container Extended Info Args
data class GenericContainerExtendedInfoArgs(val containerIdentityInfo: Output<ContainerIdentityInfoArgs>? = null, val rawCertData: Output<String>? = null, val serviceEndpoints: Output<Map<String, String>>? = null) : ConvertibleToJava<GenericContainerExtendedInfoArgs>
Container extended information
Constructors
Link copied to clipboard
constructor(containerIdentityInfo: Output<ContainerIdentityInfoArgs>? = null, rawCertData: Output<String>? = null, serviceEndpoints: Output<Map<String, String>>? = null)