toggle menu
pulumi-gcp-kotlin
8.31.0.0
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.oracledatabase.kotlin.outputs
/
GetDbServersDbServerProperty
Get
Db
Servers
Db
Server
Property
data
class
GetDbServersDbServerProperty
(
val
dbNodeIds
:
List
<
String
>
,
val
dbNodeStorageSizeGb
:
Int
,
val
maxDbNodeStorageSizeGb
:
Int
,
val
maxMemorySizeGb
:
Int
,
val
maxOcpuCount
:
Int
,
val
memorySizeGb
:
Int
,
val
ocid
:
String
,
val
ocpuCount
:
Int
,
val
state
:
String
,
val
vmCount
:
Int
)
Members
Constructors
Get
Db
Servers
Db
Server
Property
Link copied to clipboard
constructor
(
dbNodeIds
:
List
<
String
>
,
dbNodeStorageSizeGb
:
Int
,
maxDbNodeStorageSizeGb
:
Int
,
maxMemorySizeGb
:
Int
,
maxOcpuCount
:
Int
,
memorySizeGb
:
Int
,
ocid
:
String
,
ocpuCount
:
Int
,
state
:
String
,
vmCount
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
db
Node
Ids
Link copied to clipboard
val
dbNodeIds
:
List
<
String
>
Output only
db
Node
Storage
Size
Gb
Link copied to clipboard
val
dbNodeStorageSizeGb
:
Int
Output only
max
Db
Node
Storage
Size
Gb
Link copied to clipboard
val
maxDbNodeStorageSizeGb
:
Int
Output only
max
Memory
Size
Gb
Link copied to clipboard
val
maxMemorySizeGb
:
Int
Output only
max
Ocpu
Count
Link copied to clipboard
val
maxOcpuCount
:
Int
Output only
memory
Size
Gb
Link copied to clipboard
val
memorySizeGb
:
Int
Output only
ocid
Link copied to clipboard
val
ocid
:
String
Output only
ocpu
Count
Link copied to clipboard
val
ocpuCount
:
Int
Output only
state
Link copied to clipboard
val
state
:
String
Output only
vm
Count
Link copied to clipboard
val
vmCount
:
Int
Output only