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 InstallTypesInstallTypes. create(String key)InstallTypesManagementAgent. getInstallType()The install type, either AGENT or GATEWAYInstallTypesManagementAgentAggregationDimensions. getInstallType()The install type, either AGENT or GATEWAYInstallTypesManagementAgentSummary. getInstallType()The install type, either AGENT or GATEWAYstatic InstallTypesInstallTypes. 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.BuilderManagementAgent.Builder. installType(InstallTypes installType)The install type, either AGENT or GATEWAYManagementAgentAggregationDimensions.BuilderManagementAgentAggregationDimensions.Builder. installType(InstallTypes installType)The install type, either AGENT or GATEWAYManagementAgentSummary.BuilderManagementAgentSummary.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, Map<String,Map<String,Object>> systemTags)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, String latestSupportedVersion, List<DataSourceSummaryItem> dataSourceSummaryList, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)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 InstallTypesListManagementAgentImagesRequest. getInstallType()A filter to return either agents or gateway types depending upon install type selected by user.InstallTypesListManagementAgentsRequest. getInstallType()A filter to return either agents or gateway types depending upon install type selected by user.InstallTypesSummarizeManagementAgentCountsRequest. 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.BuilderListManagementAgentImagesRequest.Builder. installType(InstallTypes installType)A filter to return either agents or gateway types depending upon install type selected by user.ListManagementAgentsRequest.BuilderListManagementAgentsRequest.Builder. installType(InstallTypes installType)A filter to return either agents or gateway types depending upon install type selected by user.SummarizeManagementAgentCountsRequest.BuilderSummarizeManagementAgentCountsRequest.Builder. installType(InstallTypes installType)A filter to return either agents or gateway types depending upon install type selected by user.
-