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 PlatformTypes
PlatformTypes. create(String key)
PlatformTypes
ManagementAgent. getPlatformType()
Platform TypePlatformTypes
ManagementAgentAggregationDimensions. getPlatformType()
Platform TypePlatformTypes
ManagementAgentImage. getPlatformType()
Agent image platform typePlatformTypes
ManagementAgentImageSummary. getPlatformType()
Agent image platform typePlatformTypes
ManagementAgentSummary. getPlatformType()
Platform Typestatic PlatformTypes
PlatformTypes. 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.Builder
ManagementAgent.Builder. platformType(PlatformTypes platformType)
Platform TypeManagementAgentAggregationDimensions.Builder
ManagementAgentAggregationDimensions.Builder. platformType(PlatformTypes platformType)
Platform TypeManagementAgentImage.Builder
ManagementAgentImage.Builder. platformType(PlatformTypes platformType)
Agent image platform typeManagementAgentImageSummary.Builder
ManagementAgentImageSummary.Builder. platformType(PlatformTypes platformType)
Agent image platform typeManagementAgentSummary.Builder
ManagementAgentSummary.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.Builder
ManagementAgentPlugin.Builder. supportedPlatformTypes(List<PlatformTypes> supportedPlatformTypes)
Supported Platform TypesManagementAgentPluginSummary.Builder
ManagementAgentPluginSummary.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)
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, List<DataSourceSummaryItem> dataSourceSummaryList, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
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.Builder
ListManagementAgentPluginsRequest.Builder. platformType(PlatformTypes singularValue)
Singular setter.ListManagementAgentsRequest.Builder
ListManagementAgentsRequest.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.Builder
ListManagementAgentPluginsRequest.Builder. platformType(List<PlatformTypes> platformType)
Filter to return only results having the particular platform type.ListManagementAgentsRequest.Builder
ListManagementAgentsRequest.Builder. platformType(List<PlatformTypes> platformType)
Filter to return only results having the particular platform type.
-