Service Resource Description Args
data class ServiceResourceDescriptionArgs(val autoScalingPolicies: Output<List<AutoScalingPolicyArgs>>? = null, val codePackages: Output<List<ContainerCodePackagePropertiesArgs>>, val description: Output<String>? = null, val diagnostics: Output<DiagnosticsRefArgs>? = null, val name: Output<String>? = null, val networkRefs: Output<List<NetworkRefArgs>>? = null, val osType: Output<Either<String, OperatingSystemType>>, val replicaCount: Output<Int>? = null) : ConvertibleToJava<ServiceResourceDescriptionArgs>
This type describes a service resource.
Constructors
Link copied to clipboard
fun ServiceResourceDescriptionArgs(autoScalingPolicies: Output<List<AutoScalingPolicyArgs>>? = null, codePackages: Output<List<ContainerCodePackagePropertiesArgs>>, description: Output<String>? = null, diagnostics: Output<DiagnosticsRefArgs>? = null, name: Output<String>? = null, networkRefs: Output<List<NetworkRefArgs>>? = null, osType: Output<Either<String, OperatingSystemType>>, replicaCount: Output<Int>? = null)