Class ManagementStationSummary
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.osmanagementhub.model.ManagementStationSummary
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20220901") public final class ManagementStationSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelProvides summary information for a management station.
 Note: Objects should always be created or deserialized using theManagementStationSummary.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of theManagementStationSummary.Builder, which maintain a set of all explicitly set fields calledManagementStationSummary.Builder.__explicitlySet__. ThehashCode()andequals(Object)methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classManagementStationSummary.Builder
 - 
Constructor SummaryConstructors Constructor Description ManagementStationSummary(String id, String managedInstanceId, String compartmentId, String profileId, String scheduledJobId, Date timeNextExecution, String displayName, String description, String hostname, OverallState overallState, HealthState healthState, Integer overallPercentage, Integer mirrorCapacity, ManagementStation.LifecycleState lifecycleState, ManagedInstanceLocation location, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ManagementStationSummary.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetCompartmentId()The OCID of the compartment that contains the management station.Map<String,Map<String,Object>>getDefinedTags()Defined tags for this resource.StringgetDescription()User-specified description of the management station.StringgetDisplayName()User-friendly name for the management station.Map<String,String>getFreeformTags()Free-form tags for this resource.HealthStategetHealthState()Overall health status of the managment station.StringgetHostname()Hostname of the management station.StringgetId()The OCID of the management station.ManagementStation.LifecycleStategetLifecycleState()The current state of the management station.ManagedInstanceLocationgetLocation()The location of the instance that is acting as the management station.StringgetManagedInstanceId()The OCID of the instance that is acting as the management station.IntegergetMirrorCapacity()A decimal number representing the amount of mirror capacity used by the sync.IntegergetOverallPercentage()A decimal number representing the progress of the current mirror sync.OverallStategetOverallState()Current state of the mirror sync for the management station.StringgetProfileId()The OCID of the registration profile used for the management station.StringgetScheduledJobId()The OCID of the scheduled job for the mirror sync.Map<String,Map<String,Object>>getSystemTags()System tags for this resource.DategetTimeNextExecution()The date and time of the next scheduled mirror sync (in RFC 3339 format).inthashCode()ManagementStationSummary.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
ManagementStationSummary@Deprecated @ConstructorProperties({"id","managedInstanceId","compartmentId","profileId","scheduledJobId","timeNextExecution","displayName","description","hostname","overallState","healthState","overallPercentage","mirrorCapacity","lifecycleState","location","freeformTags","definedTags","systemTags"}) public ManagementStationSummary(String id, String managedInstanceId, String compartmentId, String profileId, String scheduledJobId, Date timeNextExecution, String displayName, String description, String hostname, OverallState overallState, HealthState healthState, Integer overallPercentage, Integer mirrorCapacity, ManagementStation.LifecycleState lifecycleState, ManagedInstanceLocation location, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static ManagementStationSummary.Builder builder() Create a new builder.
 - 
toBuilderpublic ManagementStationSummary.Builder toBuilder() 
 - 
getManagedInstanceIdpublic String getManagedInstanceId() The OCID of the instance that is acting as the management station.- Returns:
- the value
 
 - 
getCompartmentIdpublic String getCompartmentId() The OCID of the compartment that contains the management station.- Returns:
- the value
 
 - 
getProfileIdpublic String getProfileId() The OCID of the registration profile used for the management station.- Returns:
- the value
 
 - 
getScheduledJobIdpublic String getScheduledJobId() The OCID of the scheduled job for the mirror sync.- Returns:
- the value
 
 - 
getTimeNextExecutionpublic Date getTimeNextExecution() The date and time of the next scheduled mirror sync (in RFC 3339 format).- Returns:
- the value
 
 - 
getDisplayNamepublic String getDisplayName() User-friendly name for the management station.- Returns:
- the value
 
 - 
getDescriptionpublic String getDescription() User-specified description of the management station.- Returns:
- the value
 
 - 
getHostnamepublic String getHostname() Hostname of the management station.- Returns:
- the value
 
 - 
getOverallStatepublic OverallState getOverallState() Current state of the mirror sync for the management station.- Returns:
- the value
 
 - 
getHealthStatepublic HealthState getHealthState() Overall health status of the managment station.- Returns:
- the value
 
 - 
getOverallPercentagepublic Integer getOverallPercentage() A decimal number representing the progress of the current mirror sync.- Returns:
- the value
 
 - 
getMirrorCapacitypublic Integer getMirrorCapacity() A decimal number representing the amount of mirror capacity used by the sync.- Returns:
- the value
 
 - 
getLifecycleStatepublic ManagementStation.LifecycleState getLifecycleState() The current state of the management station.- Returns:
- the value
 
 - 
getLocationpublic ManagedInstanceLocation getLocation() The location of the instance that is acting as the management station.- Returns:
- the value
 
 - 
getFreeformTagspublic Map<String,String> getFreeformTags() 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”} - Returns:
- the value
 
 - 
getDefinedTagspublic Map<String,Map<String,Object>> getDefinedTags() Defined tags for this resource.Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {“Operations”: {“CostCenter”: “42”}} - Returns:
- the value
 
 - 
getSystemTagspublic Map<String,Map<String,Object>> getSystemTags() System tags for this resource.Each key is predefined and scoped to a namespace. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}} - Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-