public static class ManagementStationSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ManagementStationSummary |
build() |
ManagementStationSummary.Builder |
compartmentId(String compartmentId)
The OCID
of the compartment that contains the management station.
|
ManagementStationSummary.Builder |
copy(ManagementStationSummary model) |
ManagementStationSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
ManagementStationSummary.Builder |
description(String description)
User-specified description of the management station.
|
ManagementStationSummary.Builder |
displayName(String displayName)
User-friendly name for the management station.
|
ManagementStationSummary.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
ManagementStationSummary.Builder |
healthState(HealthState healthState)
Overall health status of the managment station.
|
ManagementStationSummary.Builder |
hostname(String hostname)
Hostname of the management station.
|
ManagementStationSummary.Builder |
id(String id)
The OCID
of the management station.
|
ManagementStationSummary.Builder |
lifecycleState(ManagementStation.LifecycleState lifecycleState)
The current state of the management station.
|
ManagementStationSummary.Builder |
managedInstanceId(String managedInstanceId)
The OCID
of the instance that is acting as the management station.
|
ManagementStationSummary.Builder |
mirrorCapacity(Integer mirrorCapacity)
A decimal number representing the amount of mirror capacity used by the sync.
|
ManagementStationSummary.Builder |
overallPercentage(Integer overallPercentage)
A decimal number representing the progress of the current mirror sync.
|
ManagementStationSummary.Builder |
overallState(OverallState overallState)
Current state of the mirror sync for the management station.
|
ManagementStationSummary.Builder |
profileId(String profileId)
The OCID
of the registration profile used for the management station.
|
ManagementStationSummary.Builder |
scheduledJobId(String scheduledJobId)
The OCID
of the scheduled job for the mirror sync.
|
ManagementStationSummary.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource.
|
ManagementStationSummary.Builder |
timeNextExecution(Date timeNextExecution)
The date and time of the next scheduled mirror sync (in RFC
3339 format).
|
public ManagementStationSummary.Builder id(String id)
The OCID of the management station.
id
- the value to setpublic ManagementStationSummary.Builder managedInstanceId(String managedInstanceId)
The OCID of the instance that is acting as the management station.
managedInstanceId
- the value to setpublic ManagementStationSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment that contains the management station.
compartmentId
- the value to setpublic ManagementStationSummary.Builder profileId(String profileId)
The OCID of the registration profile used for the management station.
profileId
- the value to setpublic ManagementStationSummary.Builder scheduledJobId(String scheduledJobId)
The OCID of the scheduled job for the mirror sync.
scheduledJobId
- the value to setpublic ManagementStationSummary.Builder timeNextExecution(Date timeNextExecution)
The date and time of the next scheduled mirror sync (in RFC 3339 format).
timeNextExecution
- the value to setpublic ManagementStationSummary.Builder displayName(String displayName)
User-friendly name for the management station.
displayName
- the value to setpublic ManagementStationSummary.Builder description(String description)
User-specified description of the management station.
description
- the value to setpublic ManagementStationSummary.Builder hostname(String hostname)
Hostname of the management station.
hostname
- the value to setpublic ManagementStationSummary.Builder overallState(OverallState overallState)
Current state of the mirror sync for the management station.
overallState
- the value to setpublic ManagementStationSummary.Builder healthState(HealthState healthState)
Overall health status of the managment station.
healthState
- the value to setpublic ManagementStationSummary.Builder overallPercentage(Integer overallPercentage)
A decimal number representing the progress of the current mirror sync.
overallPercentage
- the value to setpublic ManagementStationSummary.Builder mirrorCapacity(Integer mirrorCapacity)
A decimal number representing the amount of mirror capacity used by the sync.
mirrorCapacity
- the value to setpublic ManagementStationSummary.Builder lifecycleState(ManagementStation.LifecycleState lifecycleState)
The current state of the management station.
lifecycleState
- the value to setpublic ManagementStationSummary.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined
name, type, or namespace. For more information, see Resource
Tags.
Example: {"Department": "Finance"}
freeformTags
- the value to setpublic ManagementStationSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace. For
more information, see Resource
Tags.
Example: {"Operations": {"CostCenter": "42"}}
definedTags
- the value to setpublic ManagementStationSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud": {"free-tier-retained": "true"}}
systemTags
- the value to setpublic ManagementStationSummary build()
public ManagementStationSummary.Builder copy(ManagementStationSummary model)
Copyright © 2016–2024. All rights reserved.