SqlDedicatedGatewayServiceResourceCreateUpdatePropertiesArgs

data class SqlDedicatedGatewayServiceResourceCreateUpdatePropertiesArgs(val dedicatedGatewayType: Output<Either<String, DedicatedGatewayType>>? = null, val instanceCount: Output<Int>? = null, val instanceSize: Output<Either<String, ServiceSize>>? = null, val serviceType: Output<String>) : ConvertibleToJava<SqlDedicatedGatewayServiceResourceCreateUpdatePropertiesArgs>

Properties for Create or Update request for SqlDedicatedGatewayServiceResource

Constructors

constructor(dedicatedGatewayType: Output<Either<String, DedicatedGatewayType>>? = null, instanceCount: Output<Int>? = null, instanceSize: Output<Either<String, ServiceSize>>? = null, serviceType: Output<String>)

Properties

Link copied to clipboard
val dedicatedGatewayType: Output<Either<String, DedicatedGatewayType>>? = null

DedicatedGatewayType for the service.

Link copied to clipboard
val instanceCount: Output<Int>? = null

Instance count for the service.

Link copied to clipboard
val instanceSize: Output<Either<String, ServiceSize>>? = null

Instance type for the service.

Link copied to clipboard
val serviceType: Output<String>

ServiceType for the service. Expected value is 'SqlDedicatedGateway'.

Functions

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