Package com.dtsx.astra.sdk.db.domain
Class Datacenter
java.lang.Object
com.dtsx.astra.sdk.db.domain.Datacenter
- All Implemented Interfaces:
Serializable
Represent a Cassandra DataCenter (ring) in a database instance.
- Author:
- Cedrick LUNVEN (@clunven)
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
Getter accessor for attribute 'capacityUnits'.Getter accessor for attribute 'cloudProvider'.Getter accessor for attribute 'dateCreated'.getId()
Getter accessor for attribute 'id'.getName()
Getter accessor for attribute 'name'.Getter accessor for attribute 'region'.Getter accessor for attribute 'regionClassification'.Getter accessor for attribute 'regionZone'.Getter accessor for attribute 'secureBundleInternalUrl'.Getter accessor for attribute 'secureBundleMigrationProxyInternalUrl'.Getter accessor for attribute 'secureBundleMigrationProxyUrl'.Getter accessor for attribute 'secureBundleUrl'.Getter accessor for attribute 'status'.getTier()
Getter accessor for attribute 'tier'.void
setCapacityUnits
(int capacityUnits) Setter accessor for attribute 'capacityUnits'.void
setCloudProvider
(CloudProviderType cloudProvider) Setter accessor for attribute 'cloudProvider'.void
setDateCreated
(String dateCreated) Setter accessor for attribute 'dateCreated'.void
Setter accessor for attribute 'id'.void
Setter accessor for attribute 'name'.void
Setter accessor for attribute 'region'.void
setRegionClassification
(String regionClassification) Setter accessor for attribute 'regionClassification'.void
setRegionZone
(String regionZone) Setter accessor for attribute 'regionZone'.void
setSecureBundleInternalUrl
(String secureBundleInternalUrl) Setter accessor for attribute 'secureBundleInternalUrl'.void
setSecureBundleMigrationProxyInternalUrl
(String secureBundleMigrationProxyInternalUrl) Setter accessor for attribute 'secureBundleMigrationProxyInternalUrl'.void
setSecureBundleMigrationProxyUrl
(String secureBundleMigrationProxyUrl) Setter accessor for attribute 'secureBundleMigrationProxyUrl'.void
setSecureBundleUrl
(String secureBundleUrl) Setter accessor for attribute 'secureBundleUrl'.void
Setter accessor for attribute 'status'.void
Setter accessor for attribute 'tier'.
-
Constructor Details
-
Datacenter
public Datacenter()
-
-
Method Details
-
getId
Getter accessor for attribute 'id'.- Returns:
- current value of 'id'
-
setId
Setter accessor for attribute 'id'.- Parameters:
id
- new value for 'id '
-
getName
Getter accessor for attribute 'name'.- Returns:
- current value of 'name'
-
setName
Setter accessor for attribute 'name'.- Parameters:
name
- new value for 'name '
-
getTier
Getter accessor for attribute 'tier'.- Returns:
- current value of 'tier'
-
setTier
Setter accessor for attribute 'tier'.- Parameters:
tier
- new value for 'tier '
-
getCloudProvider
Getter accessor for attribute 'cloudProvider'.- Returns:
- current value of 'cloudProvider'
-
setCloudProvider
Setter accessor for attribute 'cloudProvider'.- Parameters:
cloudProvider
- new value for 'cloudProvider '
-
getRegion
Getter accessor for attribute 'region'.- Returns:
- current value of 'region'
-
setRegion
Setter accessor for attribute 'region'.- Parameters:
region
- new value for 'region '
-
getRegionZone
Getter accessor for attribute 'regionZone'.- Returns:
- current value of 'regionZone'
-
setRegionZone
Setter accessor for attribute 'regionZone'.- Parameters:
regionZone
- new value for 'regionZone '
-
getRegionClassification
Getter accessor for attribute 'regionClassification'.- Returns:
- current value of 'regionClassification'
-
setRegionClassification
Setter accessor for attribute 'regionClassification'.- Parameters:
regionClassification
- new value for 'regionClassification '
-
getCapacityUnits
public int getCapacityUnits()Getter accessor for attribute 'capacityUnits'.- Returns:
- current value of 'capacityUnits'
-
setCapacityUnits
public void setCapacityUnits(int capacityUnits) Setter accessor for attribute 'capacityUnits'.- Parameters:
capacityUnits
- new value for 'capacityUnits '
-
getSecureBundleUrl
Getter accessor for attribute 'secureBundleUrl'.- Returns:
- current value of 'secureBundleUrl'
-
setSecureBundleUrl
Setter accessor for attribute 'secureBundleUrl'.- Parameters:
secureBundleUrl
- new value for 'secureBundleUrl '
-
getSecureBundleInternalUrl
Getter accessor for attribute 'secureBundleInternalUrl'.- Returns:
- current value of 'secureBundleInternalUrl'
-
setSecureBundleInternalUrl
Setter accessor for attribute 'secureBundleInternalUrl'.- Parameters:
secureBundleInternalUrl
- new value for 'secureBundleInternalUrl '
-
getSecureBundleMigrationProxyUrl
Getter accessor for attribute 'secureBundleMigrationProxyUrl'.- Returns:
- current value of 'secureBundleMigrationProxyUrl'
-
setSecureBundleMigrationProxyUrl
Setter accessor for attribute 'secureBundleMigrationProxyUrl'.- Parameters:
secureBundleMigrationProxyUrl
- new value for 'secureBundleMigrationProxyUrl '
-
getSecureBundleMigrationProxyInternalUrl
Getter accessor for attribute 'secureBundleMigrationProxyInternalUrl'.- Returns:
- current value of 'secureBundleMigrationProxyInternalUrl'
-
setSecureBundleMigrationProxyInternalUrl
Setter accessor for attribute 'secureBundleMigrationProxyInternalUrl'.- Parameters:
secureBundleMigrationProxyInternalUrl
- new value for 'secureBundleMigrationProxyInternalUrl '
-
getStatus
Getter accessor for attribute 'status'.- Returns:
- current value of 'status'
-
setStatus
Setter accessor for attribute 'status'.- Parameters:
status
- new value for 'status '
-
getDateCreated
Getter accessor for attribute 'dateCreated'.- Returns:
- current value of 'dateCreated'
-
setDateCreated
Setter accessor for attribute 'dateCreated'.- Parameters:
dateCreated
- new value for 'dateCreated '
-