public static class DBExternalInstance.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DBExternalInstance |
build() |
DBExternalInstance.Builder |
copy(DBExternalInstance model) |
DBExternalInstance.Builder |
cpuCount(Integer cpuCount)
Total number of CPUs allocated for the host.
|
DBExternalInstance.Builder |
databaseStatus(String databaseStatus)
Status of the database.
|
DBExternalInstance.Builder |
edition(String edition)
The edition of the database.
|
DBExternalInstance.Builder |
hostMemoryCapacity(Double hostMemoryCapacity)
Total amount of usable Physical RAM Memory available in gigabytes.
|
DBExternalInstance.Builder |
hostName(String hostName)
Host name of the database instance.
|
DBExternalInstance.Builder |
instanceName(String instanceName)
Name of the database instance.
|
DBExternalInstance.Builder |
instanceRole(String instanceRole)
Role (permissions) of the database instance.
|
DBExternalInstance.Builder |
logins(String logins)
Indicates if logins are allowed or restricted.
|
DBExternalInstance.Builder |
parallel(String parallel)
Indicates whether the instance is mounted in cluster database mode (YES) or not (NO).
|
DBExternalInstance.Builder |
startupTime(Date startupTime)
Start up time of the database instance.
|
DBExternalInstance.Builder |
status(String status)
Status of the instance.
|
DBExternalInstance.Builder |
timeCollected(Date timeCollected) |
DBExternalInstance.Builder |
version(String version)
Database version.
|
public DBExternalInstance.Builder timeCollected(Date timeCollected)
public DBExternalInstance.Builder instanceName(String instanceName)
Name of the database instance.
instanceName
- the value to setpublic DBExternalInstance.Builder hostName(String hostName)
Host name of the database instance.
hostName
- the value to setpublic DBExternalInstance.Builder cpuCount(Integer cpuCount)
Total number of CPUs allocated for the host.
cpuCount
- the value to setpublic DBExternalInstance.Builder hostMemoryCapacity(Double hostMemoryCapacity)
Total amount of usable Physical RAM Memory available in gigabytes.
hostMemoryCapacity
- the value to setpublic DBExternalInstance.Builder version(String version)
Database version.
version
- the value to setpublic DBExternalInstance.Builder parallel(String parallel)
Indicates whether the instance is mounted in cluster database mode (YES) or not (NO).
parallel
- the value to setpublic DBExternalInstance.Builder instanceRole(String instanceRole)
Role (permissions) of the database instance.
instanceRole
- the value to setpublic DBExternalInstance.Builder logins(String logins)
Indicates if logins are allowed or restricted.
logins
- the value to setpublic DBExternalInstance.Builder databaseStatus(String databaseStatus)
Status of the database.
databaseStatus
- the value to setpublic DBExternalInstance.Builder status(String status)
Status of the instance.
status
- the value to setpublic DBExternalInstance.Builder edition(String edition)
The edition of the database.
edition
- the value to setpublic DBExternalInstance.Builder startupTime(Date startupTime)
Start up time of the database instance.
startupTime
- the value to setpublic DBExternalInstance build()
public DBExternalInstance.Builder copy(DBExternalInstance model)
Copyright © 2016–2024. All rights reserved.