Package-level declarations

Types

Link copied to clipboard
data class GetExpressSyncsPlainArgs(val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null) : ConvertibleToJava<GetExpressSyncsPlainArgs>

A collection of arguments for invoking getExpressSyncs.

Link copied to clipboard
data class GetGatewayBlockVolumesPlainArgs(val gatewayId: String, val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val status: Int? = null) : ConvertibleToJava<GetGatewayBlockVolumesPlainArgs>

A collection of arguments for invoking getGatewayBlockVolumes.

Link copied to clipboard
data class GetGatewayCacheDisksPlainArgs(val gatewayId: String, val ids: List<String>? = null, val outputFile: String? = null, val status: Int? = null) : ConvertibleToJava<GetGatewayCacheDisksPlainArgs>

A collection of arguments for invoking getGatewayCacheDisks.

Link copied to clipboard
data class GetGatewayFileSharesPlainArgs(val gatewayId: String, val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null) : ConvertibleToJava<GetGatewayFileSharesPlainArgs>

A collection of arguments for invoking getGatewayFileShares.

Link copied to clipboard
data class GetGatewaySmbUsersPlainArgs(val gatewayId: String, val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null) : ConvertibleToJava<GetGatewaySmbUsersPlainArgs>

A collection of arguments for invoking getGatewaySmbUsers.

Link copied to clipboard
data class GetGatewaysPlainArgs(val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null, val status: String? = null, val storageBundleId: String) : ConvertibleToJava<GetGatewaysPlainArgs>

A collection of arguments for invoking getGateways.

Link copied to clipboard
data class GetServicePlainArgs(val enable: String? = null) : ConvertibleToJava<GetServicePlainArgs>

A collection of arguments for invoking getService.

Link copied to clipboard
data class GetStocksPlainArgs(val gatewayClass: String? = null, val outputFile: String? = null) : ConvertibleToJava<GetStocksPlainArgs>

A collection of arguments for invoking getStocks.

Link copied to clipboard
Link copied to clipboard
data class GetStorageBundlesPlainArgs(val backendBucketRegionId: String, val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null) : ConvertibleToJava<GetStorageBundlesPlainArgs>

A collection of arguments for invoking getStorageBundles.