public class CloudAccountElement
extends java.lang.Object
| Constructor and Description |
|---|
CloudAccountElement() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAccessKey()
Used by AMAZON, the user access key.
|
java.lang.String |
getAzureCertificate()
Key Pair file for the Azure cloud.
|
java.lang.String |
getAzureCertPassword()
Password of Key Pair file for the Azure cloud.
|
java.lang.Integer |
getCloudAccountId()
Internal identifier uniquely identifying a cloud provider
account.
|
java.lang.String |
getCloudRegion()
Represents a cloud partition/region, current mapping is the following:
- amazon.cloud.region.key.1 maps to us-east-1 - amazon.cloud.region.key.2 maps to us-west-2 - amazon.cloud.region.key.3 maps to us-west-1 - amazon.cloud.region.key.4 maps to eu-west-1 - amazon.cloud.region.key.5 maps to ap-southeast-1 - amazon.cloud.region.key.6 maps to ap-northeast-1 - amazon.cloud.region.key.7 maps to sa-east-1 |
java.lang.String |
getCloudType()
The cloud type; supported types are AMAZON, VCLOUD_PRIVATE_CLOUD and AZURE.
|
java.lang.String |
getDescription()
Description to be associated to the cloud account.
|
java.lang.String |
getEndpoint()
IP Address of the vCloud cloud.
|
java.util.Date |
getLastTimeSynchronized()
Last time synchronized; provided by the server.
|
java.lang.String |
getName()
User-friendly name to be given to the cloud account.
|
java.lang.Boolean |
getRealTimeSynchronization()
Control whether or not ongoing synchronization should be enabled.
|
java.lang.String |
getSecretKey()
Used by AMAZON, the user secret key.
|
java.lang.String |
getSubscriptionId()
Subscription ID of the Azure cloud.
|
java.lang.String |
getUserId()
Used by VCLOUD_PRIVATE_CLOUD to uniquely identify an user; the format is usually <userid>@<organization>
|
java.lang.String |
getUserPassword()
Used by VCLOUD_PRIVATE_CLOUD as the user's password.
|
java.lang.Boolean |
isRealTimeSynchronization() |
void |
setAccessKey(java.lang.String accessKey) |
void |
setAzureCertificate(java.lang.String azureCertificate) |
void |
setAzureCertPassword(java.lang.String azureCertPassword) |
void |
setCloudAccountId(java.lang.Integer cloudAccountId) |
void |
setCloudRegion(java.lang.String cloudRegion) |
void |
setCloudType(java.lang.String cloudType) |
void |
setDescription(java.lang.String description) |
void |
setEndpoint(java.lang.String endpoint) |
void |
setLastTimeSynchronized(java.util.Date lastTimeSynchronized) |
void |
setName(java.lang.String name) |
void |
setRealTimeSynchronization(java.lang.Boolean realTimeSynchronization) |
void |
setSecretKey(java.lang.String secretKey) |
void |
setSubscriptionId(java.lang.String subscriptionId) |
void |
setUserId(java.lang.String userId) |
void |
setUserPassword(java.lang.String userPassword) |
public java.lang.String getCloudType()
public void setCloudType(java.lang.String cloudType)
public java.lang.String getCloudRegion()
public void setCloudRegion(java.lang.String cloudRegion)
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public java.lang.String getUserId()
public void setUserId(java.lang.String userId)
public java.lang.String getUserPassword()
public void setUserPassword(java.lang.String userPassword)
public java.lang.String getAccessKey()
public void setAccessKey(java.lang.String accessKey)
public java.lang.String getSecretKey()
public void setSecretKey(java.lang.String secretKey)
public java.lang.Boolean getRealTimeSynchronization()
public java.lang.Boolean isRealTimeSynchronization()
public void setRealTimeSynchronization(java.lang.Boolean realTimeSynchronization)
public java.util.Date getLastTimeSynchronized()
public void setLastTimeSynchronized(java.util.Date lastTimeSynchronized)
public java.lang.String getEndpoint()
public void setEndpoint(java.lang.String endpoint)
public java.lang.Integer getCloudAccountId()
public void setCloudAccountId(java.lang.Integer cloudAccountId)
public java.lang.String getSubscriptionId()
public void setSubscriptionId(java.lang.String subscriptionId)
public java.lang.String getAzureCertificate()
public void setAzureCertificate(java.lang.String azureCertificate)
public java.lang.String getAzureCertPassword()
public void setAzureCertPassword(java.lang.String azureCertPassword)
Copyright © 2015 Trend Micro Inc. All Rights Reserved.