Uses of Class
com.oracle.bmc.managementagent.model.InstallTypes
-
Packages that use InstallTypes Package Description com.oracle.bmc.managementagent.model com.oracle.bmc.managementagent.requests -
-
Uses of InstallTypes in com.oracle.bmc.managementagent.model
Methods in com.oracle.bmc.managementagent.model that return InstallTypes Modifier and Type Method Description static InstallTypes
InstallTypes. create(String key)
InstallTypes
ManagementAgent. getInstallType()
The install type, either AGENT or GATEWAYInstallTypes
ManagementAgentAggregationDimensions. getInstallType()
The install type, either AGENT or GATEWAYInstallTypes
ManagementAgentSummary. getInstallType()
The install type, either AGENT or GATEWAYstatic InstallTypes
InstallTypes. valueOf(String name)
Returns the enum constant of this type with the specified name.static InstallTypes[]
InstallTypes. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.managementagent.model with parameters of type InstallTypes Modifier and Type Method Description ManagementAgent.Builder
ManagementAgent.Builder. installType(InstallTypes installType)
The install type, either AGENT or GATEWAYManagementAgentAggregationDimensions.Builder
ManagementAgentAggregationDimensions.Builder. installType(InstallTypes installType)
The install type, either AGENT or GATEWAYManagementAgentSummary.Builder
ManagementAgentSummary.Builder. installType(InstallTypes installType)
The install type, either AGENT or GATEWAYConstructors in com.oracle.bmc.managementagent.model with parameters of type InstallTypes Constructor Description ManagementAgent(String id, String installKeyId, String displayName, PlatformTypes platformType, String platformName, String platformVersion, String version, String resourceArtifactVersion, String host, String hostId, String installPath, List<ManagementAgentPluginDetails> pluginList, String compartmentId, Boolean isAgentAutoUpgradable, Date timeCreated, Date timeUpdated, Date timeLastHeartbeat, AvailabilityStatus availabilityStatus, LifecycleStates lifecycleState, String lifecycleDetails, Boolean isCustomerDeployed, InstallTypes installType, List<ManagementAgentProperty> managementAgentProperties, List<DataSource> dataSourceList, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.ManagementAgentAggregationDimensions(AvailabilityStatus availabilityStatus, PlatformTypes platformType, String version, Boolean hasPlugins, InstallTypes installType)
Deprecated.ManagementAgentSummary(String id, String installKeyId, String displayName, PlatformTypes platformType, String platformName, String platformVersion, String version, String resourceArtifactVersion, Boolean isAgentAutoUpgradable, Date timeCreated, Date timeUpdated, String host, String hostId, List<ManagementAgentPluginDetails> pluginList, String compartmentId, Date timeLastHeartbeat, AvailabilityStatus availabilityStatus, LifecycleStates lifecycleState, String lifecycleDetails, Boolean isCustomerDeployed, InstallTypes installType, List<DataSourceSummaryItem> dataSourceSummaryList, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated. -
Uses of InstallTypes in com.oracle.bmc.managementagent.requests
Methods in com.oracle.bmc.managementagent.requests that return InstallTypes Modifier and Type Method Description InstallTypes
ListManagementAgentImagesRequest. getInstallType()
A filter to return either agents or gateway types depending upon install type selected by user.InstallTypes
ListManagementAgentsRequest. getInstallType()
A filter to return either agents or gateway types depending upon install type selected by user.InstallTypes
SummarizeManagementAgentCountsRequest. getInstallType()
A filter to return either agents or gateway types depending upon install type selected by user.Methods in com.oracle.bmc.managementagent.requests with parameters of type InstallTypes Modifier and Type Method Description ListManagementAgentImagesRequest.Builder
ListManagementAgentImagesRequest.Builder. installType(InstallTypes installType)
A filter to return either agents or gateway types depending upon install type selected by user.ListManagementAgentsRequest.Builder
ListManagementAgentsRequest.Builder. installType(InstallTypes installType)
A filter to return either agents or gateway types depending upon install type selected by user.SummarizeManagementAgentCountsRequest.Builder
SummarizeManagementAgentCountsRequest.Builder. installType(InstallTypes installType)
A filter to return either agents or gateway types depending upon install type selected by user.
-