Package | Description |
---|---|
com.oracle.bmc.managementagent | |
com.oracle.bmc.managementagent.model | |
com.oracle.bmc.managementagent.requests |
Modifier and Type | Method and Description |
---|---|
static LifecycleStates |
LifecycleStates.create(String key) |
LifecycleStates |
ManagementAgentImageSummary.getLifecycleState()
The current state of Management Agent Image
|
LifecycleStates |
ManagementAgentPlugin.getLifecycleState()
The current state of Management Agent Plugin
|
LifecycleStates |
ManagementAgentPluginSummary.getLifecycleState()
The current state of Management Agent Plugin
|
LifecycleStates |
ManagementAgentInstallKey.getLifecycleState()
Status of Key
|
LifecycleStates |
ManagementAgentInstallKeySummary.getLifecycleState()
Status of Key
|
LifecycleStates |
ManagementAgent.getLifecycleState()
The current state of managementAgent
|
LifecycleStates |
ManagementAgentSummary.getLifecycleState()
The current state of managementAgent
|
LifecycleStates |
ManagementAgentImage.getLifecycleState()
The current state of Management Agent Image
|
LifecycleStates |
DataSource.getState()
State of the DataSource.
|
static LifecycleStates |
LifecycleStates.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LifecycleStates[] |
LifecycleStates.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ManagementAgentImageSummary.Builder |
ManagementAgentImageSummary.Builder.lifecycleState(LifecycleStates lifecycleState)
The current state of Management Agent Image
|
ManagementAgentPlugin.Builder |
ManagementAgentPlugin.Builder.lifecycleState(LifecycleStates lifecycleState)
The current state of Management Agent Plugin
|
ManagementAgentPluginSummary.Builder |
ManagementAgentPluginSummary.Builder.lifecycleState(LifecycleStates lifecycleState)
The current state of Management Agent Plugin
|
ManagementAgentInstallKey.Builder |
ManagementAgentInstallKey.Builder.lifecycleState(LifecycleStates lifecycleState)
Status of Key
|
ManagementAgentInstallKeySummary.Builder |
ManagementAgentInstallKeySummary.Builder.lifecycleState(LifecycleStates lifecycleState)
Status of Key
|
ManagementAgent.Builder |
ManagementAgent.Builder.lifecycleState(LifecycleStates lifecycleState)
The current state of managementAgent
|
ManagementAgentSummary.Builder |
ManagementAgentSummary.Builder.lifecycleState(LifecycleStates lifecycleState)
The current state of managementAgent
|
ManagementAgentImage.Builder |
ManagementAgentImage.Builder.lifecycleState(LifecycleStates lifecycleState)
The current state of Management Agent Image
|
PrometheusEmitterDataSource.Builder |
PrometheusEmitterDataSource.Builder.state(LifecycleStates state) |
KubernetesClusterDataSource.Builder |
KubernetesClusterDataSource.Builder.state(LifecycleStates state) |
Constructor and Description |
---|
DataSource(String key,
String name,
String compartmentId,
LifecycleStates state,
Date timeCreated,
Date timeUpdated)
Deprecated.
|
KubernetesClusterDataSource(String key,
String name,
String compartmentId,
LifecycleStates state,
Date timeCreated,
Date timeUpdated,
String namespace,
Boolean isDaemonSet)
Deprecated.
|
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.
|
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.
|
ManagementAgentInstallKey(String id,
String displayName,
String key,
String createdByPrincipalId,
String compartmentId,
Integer allowedKeyInstallCount,
Integer currentKeyInstallCount,
LifecycleStates lifecycleState,
String lifecycleDetails,
Date timeExpires,
Date timeCreated,
Date timeUpdated,
Boolean isUnlimited)
Deprecated.
|
ManagementAgentInstallKeySummary(String id,
String displayName,
String createdByPrincipalId,
Integer allowedKeyInstallCount,
Integer currentKeyInstallCount,
LifecycleStates lifecycleState,
String lifecycleDetails,
Date timeCreated,
Date timeExpires,
String compartmentId,
Boolean isUnlimited)
Deprecated.
|
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.
|
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.
|
PrometheusEmitterDataSource(String key,
String name,
String compartmentId,
LifecycleStates state,
Date timeCreated,
Date timeUpdated,
String url,
String namespace,
String allowMetrics,
String proxyUrl,
Integer connectionTimeout,
Integer readTimeout,
Integer readDataLimit,
Integer scheduleMins,
String resourceGroup,
List<MetricDimension> metricDimensions)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
LifecycleStates |
ListManagementAgentPluginsRequest.getLifecycleState()
Filter to return only Management Agents in the particular lifecycle state.
|
LifecycleStates |
ListManagementAgentImagesRequest.getLifecycleState()
Filter to return only Management Agents in the particular lifecycle state.
|
LifecycleStates |
ListManagementAgentInstallKeysRequest.getLifecycleState()
Filter to return only Management Agents in the particular lifecycle state.
|
LifecycleStates |
ListManagementAgentsRequest.getLifecycleState()
Filter to return only Management Agents in the particular lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListManagementAgentPluginsRequest.Builder |
ListManagementAgentPluginsRequest.Builder.lifecycleState(LifecycleStates lifecycleState)
Filter to return only Management Agents in the particular lifecycle state.
|
ListManagementAgentImagesRequest.Builder |
ListManagementAgentImagesRequest.Builder.lifecycleState(LifecycleStates lifecycleState)
Filter to return only Management Agents in the particular lifecycle state.
|
ListManagementAgentInstallKeysRequest.Builder |
ListManagementAgentInstallKeysRequest.Builder.lifecycleState(LifecycleStates lifecycleState)
Filter to return only Management Agents in the particular lifecycle state.
|
ListManagementAgentsRequest.Builder |
ListManagementAgentsRequest.Builder.lifecycleState(LifecycleStates lifecycleState)
Filter to return only Management Agents in the particular lifecycle state.
|
Copyright © 2016–2025. All rights reserved.