Uses of Class
com.oracle.bmc.jms.model.OsFamily
-
Packages that use OsFamily Package Description com.oracle.bmc.jms.model com.oracle.bmc.jms.requests -
-
Uses of OsFamily in com.oracle.bmc.jms.model
Methods in com.oracle.bmc.jms.model that return OsFamily Modifier and Type Method Description static OsFamily
OsFamily. create(String key)
OsFamily
OperatingSystem. getFamily()
The operating system type, such as Windows, Linux or macOSOsFamily
AgentInstallerSummary. getOsFamily()
The target operating system family for the agent installer.OsFamily
GenerateAgentDeployScriptDetails. getOsFamily()
The operating system type for the script.OsFamily
JmsPlugin. getOsFamily()
The operating system family for the plugin.OsFamily
JmsPluginSummary. getOsFamily()
The operating system family for the plugin.static OsFamily
OsFamily. valueOf(String name)
Returns the enum constant of this type with the specified name.static OsFamily[]
OsFamily. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.jms.model with parameters of type OsFamily Modifier and Type Method Description OperatingSystem.Builder
OperatingSystem.Builder. family(OsFamily family)
The operating system type, such as Windows, Linux or macOSAgentInstallerSummary.Builder
AgentInstallerSummary.Builder. osFamily(OsFamily osFamily)
The target operating system family for the agent installer.GenerateAgentDeployScriptDetails.Builder
GenerateAgentDeployScriptDetails.Builder. osFamily(OsFamily osFamily)
The operating system type for the script.JmsPlugin.Builder
JmsPlugin.Builder. osFamily(OsFamily osFamily)
The operating system family for the plugin.JmsPluginSummary.Builder
JmsPluginSummary.Builder. osFamily(OsFamily osFamily)
The operating system family for the plugin.Constructors in com.oracle.bmc.jms.model with parameters of type OsFamily Constructor Description AgentInstallerSummary(Long agentInstallerId, String agentInstallerDescription, Long approximateFileSizeInBytes, String sha256, OsFamily osFamily, PlatformArchitectureType platformArchitecture, PackageType packageType, String agentVersion, String javaVersion, String agentInstallerVersion)
Deprecated.GenerateAgentDeployScriptDetails(String installKeyId, OsFamily osFamily, Boolean isUserNameEnabled)
Deprecated.JmsPlugin(String id, String agentId, AgentType agentType, JmsPluginLifecycleState lifecycleState, JmsPluginAvailabilityStatus availabilityStatus, String fleetId, String compartmentId, String hostname, OsFamily osFamily, String osArchitecture, String osDistribution, String pluginVersion, Date timeRegistered, Date timeLastSeen, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, Map<String,Map<String,Object>> systemTags)
Deprecated.JmsPluginSummary(String id, String agentId, AgentType agentType, JmsPluginLifecycleState lifecycleState, JmsPluginAvailabilityStatus availabilityStatus, String fleetId, String compartmentId, String hostname, OsFamily osFamily, String osArchitecture, String osDistribution, String pluginVersion, Date timeRegistered, Date timeLastSeen, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, Map<String,Map<String,Object>> systemTags)
Deprecated.OperatingSystem(OsFamily family, String name, String distribution, String version, String architecture, Integer managedInstanceCount)
Deprecated. -
Uses of OsFamily in com.oracle.bmc.jms.requests
Methods in com.oracle.bmc.jms.requests that return OsFamily Modifier and Type Method Description OsFamily
ListAgentInstallersRequest. getOsFamily()
The OS family for the agent installer.Methods in com.oracle.bmc.jms.requests that return types with arguments of type OsFamily Modifier and Type Method Description List<OsFamily>
ListInstallationSitesRequest. getOsFamily()
The operating system type.List<OsFamily>
SummarizeApplicationInstallationUsageRequest. getOsFamily()
The operating system type.List<OsFamily>
SummarizeApplicationUsageRequest. getOsFamily()
The operating system type.List<OsFamily>
SummarizeInstallationUsageRequest. getOsFamily()
The operating system type.List<OsFamily>
SummarizeJreUsageRequest. getOsFamily()
The operating system type.List<OsFamily>
SummarizeManagedInstanceUsageRequest. getOsFamily()
The operating system type.Methods in com.oracle.bmc.jms.requests with parameters of type OsFamily Modifier and Type Method Description ListAgentInstallersRequest.Builder
ListAgentInstallersRequest.Builder. osFamily(OsFamily osFamily)
The OS family for the agent installer.ListInstallationSitesRequest.Builder
ListInstallationSitesRequest.Builder. osFamily(OsFamily singularValue)
Singular setter.SummarizeApplicationInstallationUsageRequest.Builder
SummarizeApplicationInstallationUsageRequest.Builder. osFamily(OsFamily singularValue)
Singular setter.SummarizeApplicationUsageRequest.Builder
SummarizeApplicationUsageRequest.Builder. osFamily(OsFamily singularValue)
Singular setter.SummarizeInstallationUsageRequest.Builder
SummarizeInstallationUsageRequest.Builder. osFamily(OsFamily singularValue)
Singular setter.SummarizeJreUsageRequest.Builder
SummarizeJreUsageRequest.Builder. osFamily(OsFamily singularValue)
Singular setter.SummarizeManagedInstanceUsageRequest.Builder
SummarizeManagedInstanceUsageRequest.Builder. osFamily(OsFamily singularValue)
Singular setter.Method parameters in com.oracle.bmc.jms.requests with type arguments of type OsFamily Modifier and Type Method Description ListInstallationSitesRequest.Builder
ListInstallationSitesRequest.Builder. osFamily(List<OsFamily> osFamily)
The operating system type.SummarizeApplicationInstallationUsageRequest.Builder
SummarizeApplicationInstallationUsageRequest.Builder. osFamily(List<OsFamily> osFamily)
The operating system type.SummarizeApplicationUsageRequest.Builder
SummarizeApplicationUsageRequest.Builder. osFamily(List<OsFamily> osFamily)
The operating system type.SummarizeInstallationUsageRequest.Builder
SummarizeInstallationUsageRequest.Builder. osFamily(List<OsFamily> osFamily)
The operating system type.SummarizeJreUsageRequest.Builder
SummarizeJreUsageRequest.Builder. osFamily(List<OsFamily> osFamily)
The operating system type.SummarizeManagedInstanceUsageRequest.Builder
SummarizeManagedInstanceUsageRequest.Builder. osFamily(List<OsFamily> osFamily)
The operating system type.
-