Package | Description |
---|---|
com.obs.services.model |
Modifier and Type | Method and Description |
---|---|
RuleStatusEnum |
ReplicationConfiguration.Rule.getStatus()
Obtain the rule status.
|
RuleStatusEnum |
BucketDirectColdAccess.getStatus()
Obtain the direct reading status of Archive objects in a bucket.
|
static RuleStatusEnum |
RuleStatusEnum.getValueFromCode(String code) |
static RuleStatusEnum |
RuleStatusEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuleStatusEnum[] |
RuleStatusEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ReplicationConfiguration.Rule.setStatus(RuleStatusEnum status)
Set the rule status.
|
void |
BucketDirectColdAccess.setStatus(RuleStatusEnum status)
Set the direct reading status of Archive objects in a bucket.
|
Constructor and Description |
---|
BucketDirectColdAccess(RuleStatusEnum status)
Constructor
|
Copyright © 2019. All rights reserved.