Package | Description |
---|---|
com.oracle.bmc.managementagent.model | |
com.oracle.bmc.managementagent.requests |
Modifier and Type | Method and Description |
---|---|
static InstallTypes |
InstallTypes.create(String key) |
InstallTypes |
ManagementAgent.getInstallType()
The install type, either AGENT or GATEWAY
|
InstallTypes |
ManagementAgentSummary.getInstallType()
The install type, either AGENT or GATEWAY
|
InstallTypes |
ManagementAgentAggregationDimensions.getInstallType()
The install type, either AGENT or GATEWAY
|
static InstallTypes |
InstallTypes.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.
|
Modifier and Type | Method and Description |
---|---|
ManagementAgent.Builder |
ManagementAgent.Builder.installType(InstallTypes installType)
The install type, either AGENT or GATEWAY
|
ManagementAgentSummary.Builder |
ManagementAgentSummary.Builder.installType(InstallTypes installType)
The install type, either AGENT or GATEWAY
|
ManagementAgentAggregationDimensions.Builder |
ManagementAgentAggregationDimensions.Builder.installType(InstallTypes installType)
The install type, either AGENT or GATEWAY
|
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,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
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,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
InstallTypes |
SummarizeManagementAgentCountsRequest.getInstallType()
A filter to return either agents or gateway types depending upon install type selected by
user.
|
InstallTypes |
ListManagementAgentImagesRequest.getInstallType()
A filter to return either agents or gateway types depending upon install type selected by
user.
|
InstallTypes |
ListManagementAgentsRequest.getInstallType()
A filter to return either agents or gateway types depending upon install type selected by
user.
|
Modifier and Type | Method and Description |
---|---|
SummarizeManagementAgentCountsRequest.Builder |
SummarizeManagementAgentCountsRequest.Builder.installType(InstallTypes installType)
A filter to return either agents or gateway types depending upon install type selected by
user.
|
ListManagementAgentImagesRequest.Builder |
ListManagementAgentImagesRequest.Builder.installType(InstallTypes installType)
A filter to return either agents or gateway types depending upon install type selected by
user.
|
ListManagementAgentsRequest.Builder |
ListManagementAgentsRequest.Builder.installType(InstallTypes installType)
A filter to return either agents or gateway types depending upon install type selected by
user.
|
Copyright © 2016–2023. All rights reserved.