Package | Description |
---|---|
com.oracle.bmc.managementagent.model | |
com.oracle.bmc.managementagent.requests |
Modifier and Type | Method and Description |
---|---|
static PlatformTypes |
PlatformTypes.create(String key) |
PlatformTypes |
ManagementAgentImageSummary.getPlatformType()
Agent image platform type
|
PlatformTypes |
ManagementAgentAggregationDimensions.getPlatformType()
Platform Type
|
PlatformTypes |
ManagementAgent.getPlatformType()
Platform Type
|
PlatformTypes |
ManagementAgentSummary.getPlatformType()
Platform Type
|
PlatformTypes |
ManagementAgentImage.getPlatformType()
Agent image platform type
|
static 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.
|
Modifier and Type | Method and Description |
---|---|
List<PlatformTypes> |
ManagementAgentPlugin.getSupportedPlatformTypes()
Supported Platform Types
|
List<PlatformTypes> |
ManagementAgentPluginSummary.getSupportedPlatformTypes()
Supported Platform Types
|
Modifier and Type | Method and Description |
---|---|
ManagementAgentImageSummary.Builder |
ManagementAgentImageSummary.Builder.platformType(PlatformTypes platformType)
Agent image platform type
|
ManagementAgentAggregationDimensions.Builder |
ManagementAgentAggregationDimensions.Builder.platformType(PlatformTypes platformType)
Platform Type
|
ManagementAgent.Builder |
ManagementAgent.Builder.platformType(PlatformTypes platformType)
Platform Type
|
ManagementAgentSummary.Builder |
ManagementAgentSummary.Builder.platformType(PlatformTypes platformType)
Platform Type
|
ManagementAgentImage.Builder |
ManagementAgentImage.Builder.platformType(PlatformTypes platformType)
Agent image platform type
|
Modifier and Type | Method and Description |
---|---|
ManagementAgentPlugin.Builder |
ManagementAgentPlugin.Builder.supportedPlatformTypes(List<PlatformTypes> supportedPlatformTypes)
Supported Platform Types
|
ManagementAgentPluginSummary.Builder |
ManagementAgentPluginSummary.Builder.supportedPlatformTypes(List<PlatformTypes> supportedPlatformTypes)
Supported Platform Types
|
Constructor and 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 and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
ListManagementAgentPluginsRequest.Builder |
ListManagementAgentPluginsRequest.Builder.platformType(PlatformTypes singularValue)
Singular setter.
|
ListManagementAgentsRequest.Builder |
ListManagementAgentsRequest.Builder.platformType(PlatformTypes singularValue)
Singular setter.
|
Modifier and Type | Method and 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.
|
Copyright © 2016–2024. All rights reserved.