-
-
- serialVersionUID:
- 8242671294103939311L
-
Serialized Fields
-
capacityUnits
int capacityUnits
Capaccity Units.
-
cloudProvider
CloudProviderType cloudProvider
Reference cloud provider.
-
dateCreated
String dateCreated
Created Date.
-
id
String id
unique identifier for the ring.
-
name
String name
datacenter_name cassandra property.
-
region
String region
Cloud region (=AZ for AWS), e.g: europe-west1
-
regionClassification
String regionClassification
Cloud region classification eg: standard
-
regionZone
String regionZone
Cloud zone (=REGION for AWS), e.g: emea
-
secureBundleInternalUrl
String secureBundleInternalUrl
Secure bundle URL.
-
secureBundleMigrationProxyInternalUrl
String secureBundleMigrationProxyInternalUrl
Secure bundle URL.
-
secureBundleMigrationProxyUrl
String secureBundleMigrationProxyUrl
Secure bundle URL.
-
secureBundleUrl
String secureBundleUrl
Secure bundle URL.
-
status
String status
status.
-
tier
String tier
Reference tier.
-
-
-
- serialVersionUID:
- -4491748257797687008L
-
-
-
- serialVersionUID:
- -2033488126365806669L
-
Serialized Fields
-
clientId
String clientId
client id.
-
generatedOn
String generatedOn
generated date.
-
orgId
String orgId
organization id.
-
roles
List<String> roles
list of roles.
-
secret
String secret
secret for a token.
-
token
String token
value for a token..
-
- serialVersionUID:
- 5395030300409323177L
-
- serialVersionUID:
- 3301168004898303754L
-
Serialized Fields
-
cloudProvider
String cloudProvider
cloud provider.
-
keyId
String keyId
key identifier.
-
organizationId
String organizationId
organization for the.
-
region
String region
Region for the key.
-
- serialVersionUID:
- -4758063833693353755L
-
- serialVersionUID:
- 5963216153488939655L
-
Serialized Fields
-
keyID
String keyID
key identifier.
-
region
String region
region.
-
- serialVersionUID:
- -418342272084366507L
-
- serialVersionUID:
- 3702319553127217656L
-
Serialized Fields
-
orgId
String orgId
organization id.
-
orgName
String orgName
organization name.
-
users
List<User> users
list of users.
-
- serialVersionUID:
- -8104860806037524739L
-
- serialVersionUID:
- 5232715799485159463L
-
Serialized Fields
-
actions
List<String> actions
policy actions.
-
description
String description
Description.
-
effect
String effect
effect.
-
resources
List<String> resources
policy resources.
-
- serialVersionUID:
- -5559139394251225663L
-
-
- serialVersionUID:
- -1269813351970244235L
-
-
-
-
- serialVersionUID:
- 7245105195981994526L
-
Serialized Fields
-
brokerServiceUrl
String brokerServiceUrl
Borker service url.
-
cloudProvider
String cloudProvider
Cloud Provider.
-
cloudRegion
String cloudRegion
Cloud Region.
-
clusterName
String clusterName
Cluster name.
-
clusterType
String clusterType
Cluster type.
-
webServiceUrl
String webServiceUrl
Web service url.
-
websocketUrl
String websocketUrl
Web socker url
-
-
-
-
Serialized Fields
-
executionDate
Instant executionDate
The timestamp marking when the command execution was initiated. This information is useful for logging
and monitoring purposes, allowing for the temporal correlation of command executions within the system.
-
executionTime
long executionTime
The duration of time, in milliseconds, that the command execution took, from sending the request to
receiving the response. This timing information can be used for performance monitoring and optimization.
-
operationName
String operationName
Name of the Operation for Devops API
-
request
Object request
The original command request that was executed. This field provides access to the details of the
command that triggered the execution, allowing observers to understand what operation was performed.
-
requestHttpHeaders
Map<String,List<String>> requestHttpHeaders
A map containing the HTTP headers from the request.
-
requestHttpMethod
org.apache.hc.core5.http.Method requestHttpMethod
HTTP Request in
-
requestUrl
String requestUrl
Request URL
-
response
ApiResponse<?> response
The raw
ApiResponse received in response to the command execution. This field contains the
complete response from the server, including any data, errors, or status information returned.
-
responseBody
String responseBody
The raw
ApiResponse received in response to the command execution. This field contains the
complete response from the server, including any data, errors, or status information returned.
-
responseHttpCode
int responseHttpCode
The HTTP status code returned by the server in response to the command execution. This code provides
a standard way to indicate the result of the HTTP request (e.g., success, error, not found).
-
responseHttpHeaders
Map<String,String> responseHttpHeaders
A map containing the HTTP headers from the response. These headers can provide additional context about
the response, such as content type, caching policies, and other metadata.