GetShardingNetworkPublicAddressesResult

data class GetShardingNetworkPublicAddressesResult(val addresses: List<GetShardingNetworkPublicAddressesAddress>, val dbInstanceId: String, val id: String, val nodeId: String? = null, val outputFile: String? = null, val role: String? = null)

A collection of values returned by getShardingNetworkPublicAddresses.

Constructors

Link copied to clipboard
constructor(addresses: List<GetShardingNetworkPublicAddressesAddress>, dbInstanceId: String, id: String, nodeId: String? = null, outputFile: String? = null, role: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val nodeId: String? = null
Link copied to clipboard
val outputFile: String? = null
Link copied to clipboard
val role: String? = null