public class DellProperties
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLIENT_FACTORY
The implementation class of
DellClientFactory to customize Dell client configurations. |
static java.lang.String |
ECS_S3_ACCESS_KEY_ID
S3 Access key id of Dell EMC ECS
|
static java.lang.String |
ECS_S3_ENDPOINT
S3 endpoint of Dell EMC ECS
|
static java.lang.String |
ECS_S3_SECRET_ACCESS_KEY
S3 Secret access key of Dell EMC ECS
|
Constructor and Description |
---|
DellProperties() |
DellProperties(java.util.Map<java.lang.String,java.lang.String> properties) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
ecsS3AccessKeyId() |
java.lang.String |
ecsS3Endpoint() |
java.lang.String |
ecsS3SecretAccessKey() |
void |
setEcsS3AccessKeyId(java.lang.String ecsS3AccessKeyId) |
void |
setEcsS3Endpoint(java.lang.String ecsS3Endpoint) |
void |
setEcsS3SecretAccessKey(java.lang.String ecsS3SecretAccessKey) |
public static final java.lang.String ECS_S3_ACCESS_KEY_ID
public static final java.lang.String ECS_S3_SECRET_ACCESS_KEY
public static final java.lang.String ECS_S3_ENDPOINT
public static final java.lang.String CLIENT_FACTORY
DellClientFactory
to customize Dell client configurations.
If set, all Dell clients will be initialized by the specified factory. If not set, DellClientFactories.DefaultDellClientFactory
is used as default factory.public DellProperties()
public DellProperties(java.util.Map<java.lang.String,java.lang.String> properties)
public java.lang.String ecsS3Endpoint()
public void setEcsS3Endpoint(java.lang.String ecsS3Endpoint)
public java.lang.String ecsS3AccessKeyId()
public void setEcsS3AccessKeyId(java.lang.String ecsS3AccessKeyId)
public java.lang.String ecsS3SecretAccessKey()
public void setEcsS3SecretAccessKey(java.lang.String ecsS3SecretAccessKey)