Uses of Class
com.oracle.bmc.managementagent.model.PlatformTypes
-
Packages that use PlatformTypes Package Description com.oracle.bmc.managementagent.model com.oracle.bmc.managementagent.requests -
-
Uses of PlatformTypes in com.oracle.bmc.managementagent.model
Methods in com.oracle.bmc.managementagent.model that return PlatformTypes Modifier and Type Method Description static PlatformTypesPlatformTypes. create(String key)PlatformTypesManagementAgent. getPlatformType()Platform TypePlatformTypesManagementAgentAggregationDimensions. getPlatformType()Platform TypePlatformTypesManagementAgentImage. getPlatformType()Agent image platform typePlatformTypesManagementAgentImageSummary. getPlatformType()Agent image platform typePlatformTypesManagementAgentSummary. getPlatformType()Platform Typestatic PlatformTypesPlatformTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static PlatformTypes[]PlatformTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.managementagent.model that return types with arguments of type PlatformTypes Modifier and Type Method Description List<PlatformTypes>ManagementAgentPlugin. getSupportedPlatformTypes()Supported Platform TypesList<PlatformTypes>ManagementAgentPluginSummary. getSupportedPlatformTypes()Supported Platform TypesMethods in com.oracle.bmc.managementagent.model with parameters of type PlatformTypes Modifier and Type Method Description ManagementAgent.BuilderManagementAgent.Builder. platformType(PlatformTypes platformType)Platform TypeManagementAgentAggregationDimensions.BuilderManagementAgentAggregationDimensions.Builder. platformType(PlatformTypes platformType)Platform TypeManagementAgentImage.BuilderManagementAgentImage.Builder. platformType(PlatformTypes platformType)Agent image platform typeManagementAgentImageSummary.BuilderManagementAgentImageSummary.Builder. platformType(PlatformTypes platformType)Agent image platform typeManagementAgentSummary.BuilderManagementAgentSummary.Builder. platformType(PlatformTypes platformType)Platform TypeMethod parameters in com.oracle.bmc.managementagent.model with type arguments of type PlatformTypes Modifier and Type Method Description ManagementAgentPlugin.BuilderManagementAgentPlugin.Builder. supportedPlatformTypes(List<PlatformTypes> supportedPlatformTypes)Supported Platform TypesManagementAgentPluginSummary.BuilderManagementAgentPluginSummary.Builder. supportedPlatformTypes(List<PlatformTypes> supportedPlatformTypes)Supported Platform TypesConstructors in com.oracle.bmc.managementagent.model with parameters of type PlatformTypes 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.ManagementAgentImage(String id, PlatformTypes platformType, String platformName, PackageTypes packageType, ArchitectureTypes packageArchitectureType, String version, BigDecimal size, String checksum, String objectUrl, ObjectDetails imageObjectStorageDetails, LifecycleStates lifecycleState)Deprecated.ManagementAgentImageSummary(String id, PlatformTypes platformType, String platformName, PackageTypes packageType, ArchitectureTypes packageArchitectureType, String version, BigDecimal size, String checksum, String objectUrl, ObjectDetails imageObjectStorageDetails, LifecycleStates lifecycleState)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.Constructor parameters in com.oracle.bmc.managementagent.model with type arguments of type PlatformTypes Constructor Description ManagementAgentPlugin(String id, String name, Integer version, List<PlatformTypes> supportedPlatformTypes, String displayName, String description, Boolean isConsoleDeployable, LifecycleStates lifecycleState)Deprecated.ManagementAgentPluginSummary(String id, String name, Integer version, List<PlatformTypes> supportedPlatformTypes, String displayName, String description, Boolean isConsoleDeployable, LifecycleStates lifecycleState)Deprecated. -
Uses of PlatformTypes in com.oracle.bmc.managementagent.requests
Methods in com.oracle.bmc.managementagent.requests that return types with arguments of type PlatformTypes Modifier and Type Method Description List<PlatformTypes>ListManagementAgentPluginsRequest. getPlatformType()Filter to return only results having the particular platform type.List<PlatformTypes>ListManagementAgentsRequest. getPlatformType()Filter to return only results having the particular platform type.Methods in com.oracle.bmc.managementagent.requests with parameters of type PlatformTypes Modifier and Type Method Description ListManagementAgentPluginsRequest.BuilderListManagementAgentPluginsRequest.Builder. platformType(PlatformTypes singularValue)Singular setter.ListManagementAgentsRequest.BuilderListManagementAgentsRequest.Builder. platformType(PlatformTypes singularValue)Singular setter.Method parameters in com.oracle.bmc.managementagent.requests with type arguments of type PlatformTypes Modifier and Type Method Description ListManagementAgentPluginsRequest.BuilderListManagementAgentPluginsRequest.Builder. platformType(List<PlatformTypes> platformType)Filter to return only results having the particular platform type.ListManagementAgentsRequest.BuilderListManagementAgentsRequest.Builder. platformType(List<PlatformTypes> platformType)Filter to return only results having the particular platform type.
-