public static class JmsPluginSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
JmsPluginSummary.Builder |
agentId(String agentId)
The OCID of the
Management Agent (OMA) or the Oracle Cloud Agent (OCA) instance where the JMS plugin is
deployed.
|
JmsPluginSummary.Builder |
agentType(AgentType agentType)
The agent type.
|
JmsPluginSummary.Builder |
availabilityStatus(JmsPluginAvailabilityStatus availabilityStatus)
The availability status.
|
JmsPluginSummary |
build() |
JmsPluginSummary.Builder |
compartmentId(String compartmentId)
The OMA/OCA agent’s compartment
OCID.
|
JmsPluginSummary.Builder |
copy(JmsPluginSummary model) |
JmsPluginSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
JmsPluginSummary.Builder |
fleetId(String fleetId)
The OCID of the
fleet.
|
JmsPluginSummary.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type, or scope.
|
JmsPluginSummary.Builder |
hostname(String hostname)
The hostname of the agent.
|
JmsPluginSummary.Builder |
id(String id)
The OCID to
identify this JmsPlugin.
|
JmsPluginSummary.Builder |
lifecycleState(JmsPluginLifecycleState lifecycleState)
The lifecycle state.
|
JmsPluginSummary.Builder |
osArchitecture(String osArchitecture)
The architecture of the operating system of the plugin.
|
JmsPluginSummary.Builder |
osDistribution(String osDistribution)
The distribution of the operating system of the plugin.
|
JmsPluginSummary.Builder |
osFamily(OsFamily osFamily)
The operating system family for the plugin.
|
JmsPluginSummary.Builder |
pluginVersion(String pluginVersion)
The version of the plugin.
|
JmsPluginSummary.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource.
|
JmsPluginSummary.Builder |
timeLastSeen(Date timeLastSeen)
The date and time the resource was last reported to JMS.
|
JmsPluginSummary.Builder |
timeRegistered(Date timeRegistered)
The date and time the plugin was registered.
|
public JmsPluginSummary.Builder id(String id)
The OCID to identify this JmsPlugin.
id
- the value to setpublic JmsPluginSummary.Builder agentId(String agentId)
The OCID of the Management Agent (OMA) or the Oracle Cloud Agent (OCA) instance where the JMS plugin is deployed.
agentId
- the value to setpublic JmsPluginSummary.Builder agentType(AgentType agentType)
The agent type.
agentType
- the value to setpublic JmsPluginSummary.Builder lifecycleState(JmsPluginLifecycleState lifecycleState)
The lifecycle state.
lifecycleState
- the value to setpublic JmsPluginSummary.Builder availabilityStatus(JmsPluginAvailabilityStatus availabilityStatus)
The availability status.
availabilityStatus
- the value to setpublic JmsPluginSummary.Builder fleetId(String fleetId)
The OCID of the fleet.
fleetId
- the value to setpublic JmsPluginSummary.Builder compartmentId(String compartmentId)
The OMA/OCA agent’s compartment OCID.
compartmentId
- the value to setpublic JmsPluginSummary.Builder hostname(String hostname)
The hostname of the agent.
hostname
- the value to setpublic JmsPluginSummary.Builder osFamily(OsFamily osFamily)
The operating system family for the plugin.
osFamily
- the value to setpublic JmsPluginSummary.Builder osArchitecture(String osArchitecture)
The architecture of the operating system of the plugin.
osArchitecture
- the value to setpublic JmsPluginSummary.Builder osDistribution(String osDistribution)
The distribution of the operating system of the plugin.
osDistribution
- the value to setpublic JmsPluginSummary.Builder pluginVersion(String pluginVersion)
The version of the plugin.
pluginVersion
- the value to setpublic JmsPluginSummary.Builder timeRegistered(Date timeRegistered)
The date and time the plugin was registered.
timeRegistered
- the value to setpublic JmsPluginSummary.Builder timeLastSeen(Date timeLastSeen)
The date and time the resource was last reported to JMS. This is potentially after the specified time period provided by the filters. For example, a resource can be last reported to JMS before the start of a specified time period, if it is also reported during the time period.
timeLastSeen
- the value to setpublic JmsPluginSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace.
Example: {"foo-namespace": {"bar-key": "value"}}
. (See Understanding Free-form
Tags).
definedTags
- the value to setpublic JmsPluginSummary.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type, or scope. Exists
for cross-compatibility only. Example: {"bar-key": "value"}
. (See Managing Tags
and Tag
Namespaces.)
freeformTags
- the value to setpublic JmsPluginSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system.
Example: {"orcl-cloud": {"free-tier-retained": "true"}}
systemTags
- the value to setpublic JmsPluginSummary build()
public JmsPluginSummary.Builder copy(JmsPluginSummary model)
Copyright © 2016–2024. All rights reserved.