Name: TceDeploymentOptions

UI Tce Deployment Options to present to the user to select those resources that are needed to complete the Tce Deployment workflow.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.TceDeploymentOptions",
   "accountId": <String>,
   "modelDefinitions": <String>,
   "timeZones": <String>,
   "imageIds": [NameIdPair],
   "keyPairs": [NameIdPair],
   "securityGroups": [NameIdPair],
   "subnets": [NameIdPair],
}

Elements
NameTypeDescription
imageIdsxsd:list[NameIdPair]List of Tce Images the user can chose from to create a cloud virtual vmstore instance
keyPairsxsd:list[NameIdPair]List of key pairs used for ssh access to the instance
securityGroupsxsd:list[NameIdPair]List of cloud security groups that define the input/output access rules The security group selected should allow tgc enough access to the instance to add the virtual vmstore
subnetsxsd:list[NameIdPair]List of subnets for which the network interface can be associated with if none is provided the cloud provider will select one for you

Attributes
NameTypeDescription
accountIdxsd:stringHashed credentials token for retrieving cloud resource selectables with out having to provide the actual credentials.

accountId = hashed ( accessKey, secretKey, region )

modelDefinitionsxsd:stringReturns the model definitions as defined by tcoms for the different models Tce1000 etc. to include compute and volume resources
timeZonesxsd:list[xsd:string]List of timezones the ntp server can be adjusted for