Skip navigation links
A B C D E G H I L M N O P R S T U V W Z 

A

accessToken(String) - Method in class com.brkt.client.util.BrktHttpClient.Builder
 
accessToken(String) - Method in class com.brkt.client.util.BrktRestClient.Builder
 
attr(String, Object) - Method in class com.brkt.client.util.RequestBuilder
Add an attribute to this request.
AUTO_SNAPSHOT_DURATION_DAYS - Static variable in class com.brkt.client.Volume
 
autoSnapshotDurationDays(int) - Method in class com.brkt.client.VolumeRequestBuilder
 
AVAILABILITY - Static variable in class com.brkt.client.Volume
 
availability(Constants.Availability) - Method in class com.brkt.client.VolumeRequestBuilder
 

B

BILLING_GROUP_ROOT - Static variable in class com.brkt.client.Constants
 
BillingGroup - Class in com.brkt.client
 
BillingGroup() - Constructor for class com.brkt.client.BillingGroup
 
billingGroupId(String) - Method in class com.brkt.client.util.DeployWorkloadTemplateRequestBuilder
 
billingGroupId(String) - Method in class com.brkt.client.VolumeRequestBuilder
 
billingGroupId(String) - Method in class com.brkt.client.WorkloadRequestBuilder
 
BillingGroupRequestBuilder - Class in com.brkt.client
Provides a type-safe way to assemble a request for creating or updating a billing group.
BillingGroupRequestBuilder() - Constructor for class com.brkt.client.BillingGroupRequestBuilder
 
BrktAuth - Class in com.brkt.client.util
 
BrktAuth(String, int, String, String) - Constructor for class com.brkt.client.util.BrktAuth
 
BrktAuth.CryptoException - Exception in com.brkt.client.util
 
BrktHttpClient - Class in com.brkt.client.util
Sends an HTTP request to the Bracket service and returns the response payload.
BrktHttpClient.Builder - Class in com.brkt.client.util
 
BrktHttpClient.Response - Class in com.brkt.client.util
 
BrktResource - Class in com.brkt.client
Contains fields that are common to all Bracket resources.
BrktResource() - Constructor for class com.brkt.client.BrktResource
 
BrktRestClient - Class in com.brkt.client.util
Sends a REST request to the Bracket service and deserializes the response into one or more Java objects.
BrktRestClient.Builder - Class in com.brkt.client.util
 
BrktRestClient.HttpError - Exception in com.brkt.client.util
Thrown when the server returns an unsuccessful HTTP status code.
BrktService - Class in com.brkt.client
High-level abstraction of the Bracket service.
BrktService(BrktRestClient) - Constructor for class com.brkt.client.BrktService
 
BrktService.RuntimeHttpError - Exception in com.brkt.client
Wraps a BrktRestClient.HttpError so that the caller doesn't need to put a try/catch around every service call.
BrktService.RuntimeIoException - Exception in com.brkt.client
Wraps an IOException so that the caller doesn't need to put a try/catch around every service call.
build() - Method in class com.brkt.client.BillingGroupRequestBuilder
Build a Map that contains all of the added attributes.
build() - Method in class com.brkt.client.CloudInitRequestBuilder
Build a Map that contains all of the added attributes.
build() - Method in class com.brkt.client.InstanceRequestBuilder
Build a Map that contains all of the added attributes.
build() - Method in class com.brkt.client.LoadBalancerListenerRequestBuilder
Build a Map that contains all of the added attributes.
build() - Method in class com.brkt.client.LoadBalancerRequestBuilder
Build a Map that contains all of the added attributes.
build() - Method in class com.brkt.client.SecurityGroupRequestBuilder
Build a Map that contains all of the added attributes.
build() - Method in class com.brkt.client.SecurityGroupRuleRequestBuilder
Build a Map that contains all of the added attributes.
build() - Method in class com.brkt.client.util.BrktHttpClient.Builder
 
build() - Method in class com.brkt.client.util.BrktRestClient.Builder
 
build() - Method in class com.brkt.client.util.DeployWorkloadTemplateRequestBuilder
Build a Map that contains all of the added attributes.
build() - Method in class com.brkt.client.util.RequestBuilder
Build a Map that contains all of the added attributes.
build() - Method in class com.brkt.client.VolumeRequestBuilder
Build a Map that contains all of the added attributes.
build() - Method in class com.brkt.client.WorkloadRequestBuilder
Build a Map that contains all of the added attributes.
Builder(String) - Constructor for class com.brkt.client.util.BrktHttpClient.Builder
 
Builder(String) - Constructor for class com.brkt.client.util.BrktRestClient.Builder
 

C

cidrIp(String) - Method in class com.brkt.client.SecurityGroupRuleRequestBuilder
 
cloneVolume(String, Map<String, Object>) - Method in class com.brkt.client.BrktService
 
CLOUD_INIT_ROOT - Static variable in class com.brkt.client.Constants
 
cloudConfig(String) - Method in class com.brkt.client.CloudInitRequestBuilder
 
CloudInit - Class in com.brkt.client
 
CloudInit() - Constructor for class com.brkt.client.CloudInit
 
cloudInitId(String) - Method in class com.brkt.client.InstanceRequestBuilder
 
CloudInitRequestBuilder - Class in com.brkt.client
Provides a type-safe way to assemble a request for creating or updating a CloudInit.
CloudInitRequestBuilder() - Constructor for class com.brkt.client.CloudInitRequestBuilder
 
com.brkt.client - package com.brkt.client
 
com.brkt.client.util - package com.brkt.client.util
 
COMPUTING_CELL_ROOT - Static variable in class com.brkt.client.Constants
 
ComputingCell - Class in com.brkt.client
 
ComputingCell() - Constructor for class com.brkt.client.ComputingCell
 
computingCellId(String) - Method in class com.brkt.client.VolumeRequestBuilder
 
Constants - Class in com.brkt.client
 
Constants() - Constructor for class com.brkt.client.Constants
 
Constants.Availability - Enum in com.brkt.client
 
Constants.DeploymentType - Enum in com.brkt.client
 
Constants.Protocol - Enum in com.brkt.client
 
Constants.Provider - Enum in com.brkt.client
 
Constants.RebootStatus - Enum in com.brkt.client
 
Constants.RequestedState - Enum in com.brkt.client
 
Constants.ServiceLevelObjective - Enum in com.brkt.client
 
Constants.VolumeType - Enum in com.brkt.client
 
Constants.WorkloadTemplateState - Enum in com.brkt.client
 
createBillingGroup(Map<String, Object>) - Method in class com.brkt.client.BrktService
 
createCloudInit(Map<String, Object>) - Method in class com.brkt.client.BrktService
 
createInstance(Map<String, Object>) - Method in class com.brkt.client.BrktService
 
createLoadBalancer(Map<String, Object>) - Method in class com.brkt.client.BrktService
 
createLoadBalancerListener(Map<String, Object>) - Method in class com.brkt.client.BrktService
 
createSecurityGroup(String, Map<String, Object>) - Method in class com.brkt.client.BrktService
 
createSecurityGroupRule(String, Map<String, Object>) - Method in class com.brkt.client.BrktService
 
createVolume(Map<String, Object>) - Method in class com.brkt.client.BrktService
 
createWorkload(Map<String, Object>) - Method in class com.brkt.client.BrktService
 
CryptoException(Throwable) - Constructor for exception com.brkt.client.util.BrktAuth.CryptoException
 
CSP_IMAGE_ROOT - Static variable in class com.brkt.client.Constants
 
CspImage - Class in com.brkt.client
 
CspImage() - Constructor for class com.brkt.client.CspImage
 
customerId(String) - Method in class com.brkt.client.BillingGroupRequestBuilder
 

D

delete(String) - Method in class com.brkt.client.util.BrktHttpClient
 
delete(String, Type) - Method in class com.brkt.client.util.BrktRestClient
Delete the resource.
deleteBillingGroup(String) - Method in class com.brkt.client.BrktService
 
deleteCloudInit(String) - Method in class com.brkt.client.BrktService
 
deleteInstance(String) - Method in class com.brkt.client.BrktService
 
deleteLoadBalancer(String) - Method in class com.brkt.client.BrktService
 
deleteLoadBalancerListener(String) - Method in class com.brkt.client.BrktService
 
deleteSecurityGroup(String) - Method in class com.brkt.client.BrktService
 
deleteSecurityGroupRule(String) - Method in class com.brkt.client.BrktService
 
deleteVolume(String) - Method in class com.brkt.client.BrktService
 
deleteWorkload(String) - Method in class com.brkt.client.BrktService
 
deploymentType(Constants.DeploymentType) - Method in class com.brkt.client.CloudInitRequestBuilder
 
deployWorkloadTemplate(String, Map<String, Object>) - Method in class com.brkt.client.BrktService
 
DeployWorkloadTemplateRequestBuilder - Class in com.brkt.client.util
Provides a type-safe way to assemble a request for deploying a workload from a workload template
DeployWorkloadTemplateRequestBuilder() - Constructor for class com.brkt.client.util.DeployWorkloadTemplateRequestBuilder
 
description(String) - Method in class com.brkt.client.BillingGroupRequestBuilder
 
description(String) - Method in class com.brkt.client.CloudInitRequestBuilder
 
DESCRIPTION - Static variable in class com.brkt.client.Instance
 
description(String) - Method in class com.brkt.client.InstanceRequestBuilder
 
description(String) - Method in class com.brkt.client.LoadBalancerListenerRequestBuilder
 
description(String) - Method in class com.brkt.client.LoadBalancerRequestBuilder
 
description(String) - Method in class com.brkt.client.SecurityGroupRequestBuilder
 
description(String) - Method in class com.brkt.client.SecurityGroupRuleRequestBuilder
 
description(String) - Method in class com.brkt.client.util.DeployWorkloadTemplateRequestBuilder
 
DESCRIPTION - Static variable in class com.brkt.client.Volume
 
description(String) - Method in class com.brkt.client.VolumeRequestBuilder
 
description(String) - Method in class com.brkt.client.WorkloadRequestBuilder
 

E

enableServiceDomain(boolean) - Method in class com.brkt.client.WorkloadRequestBuilder
 
encrypted(boolean) - Method in class com.brkt.client.InstanceRequestBuilder
 

G

generateAuthHeader(String, String) - Method in class com.brkt.client.util.BrktAuth
Generate the value for the Authorization HTTP header.
get(String) - Method in class com.brkt.client.util.BrktHttpClient
 
get(String, Type) - Method in class com.brkt.client.util.BrktRestClient
Get the resource and deserialize to an object of the given type.
getAllBillingGroups() - Method in class com.brkt.client.BrktService
 
getAllCloudInits() - Method in class com.brkt.client.BrktService
 
getAllComputingCells() - Method in class com.brkt.client.BrktService
 
getAllCspImages() - Method in class com.brkt.client.BrktService
 
getAllImageDefinitions() - Method in class com.brkt.client.BrktService
 
getAllInstances() - Method in class com.brkt.client.BrktService
 
getAllLoadBalancerListeners() - Method in class com.brkt.client.BrktService
 
getAllLoadBalancers() - Method in class com.brkt.client.BrktService
 
getAllMachineTypes() - Method in class com.brkt.client.BrktService
 
getAllNetworks() - Method in class com.brkt.client.BrktService
 
getAllocatedBalance() - Method in class com.brkt.client.BillingGroup
 
getAllocatedCost() - Method in class com.brkt.client.BillingGroup
 
getAllOperatingSystems() - Method in class com.brkt.client.BrktService
 
getAllSecurityGroups() - Method in class com.brkt.client.BrktService
 
getAllVolumes() - Method in class com.brkt.client.BrktService
 
getAllWorkloads() - Method in class com.brkt.client.BrktService
 
getAllWorkloadTemplates() - Method in class com.brkt.client.BrktService
 
getAllZones() - Method in class com.brkt.client.BrktService
 
getAssignedGroupIds() - Method in class com.brkt.client.WorkloadTemplate
 
getAssignedZoneIds() - Method in class com.brkt.client.WorkloadTemplate
 
getAutoSnapshotDurationDays() - Method in class com.brkt.client.Volume
 
getAvailability() - Method in class com.brkt.client.Volume
 
getBillingGroup(String) - Method in class com.brkt.client.BrktService
 
getBillingGroupId() - Method in class com.brkt.client.Instance
 
getBillingGroupId() - Method in class com.brkt.client.LoadBalancer
 
getBillingGroupId() - Method in class com.brkt.client.Volume
 
getBillingGroupId() - Method in class com.brkt.client.Workload
 
getBracketVolumeTemplateId() - Method in class com.brkt.client.Volume
 
getById(int) - Static method in enum com.brkt.client.Constants.Availability
 
getById(int) - Static method in enum com.brkt.client.Constants.Provider
 
getById(int) - Static method in enum com.brkt.client.Constants.ServiceLevelObjective
 
getById(int) - Static method in enum com.brkt.client.Constants.VolumeType
 
getCidrBlock() - Method in class com.brkt.client.Network
 
getCidrBlock() - Method in class com.brkt.client.Zone
 
getCidrIp() - Method in class com.brkt.client.SecurityGroupRule
 
getCloudConfig() - Method in class com.brkt.client.CloudInit
 
getCloudInit(String) - Method in class com.brkt.client.BrktService
 
getCloudInitId() - Method in class com.brkt.client.Instance
 
getComputingCell(String) - Method in class com.brkt.client.BrktService
 
getComputingCellId() - Method in class com.brkt.client.Network
 
getComputingCellId() - Method in class com.brkt.client.Volume
 
getComputingCellVolumes(String) - Method in class com.brkt.client.BrktService
 
getCpuCores() - Method in class com.brkt.client.Instance
 
getCpuCores() - Method in class com.brkt.client.MachineType
 
getCreatedBy() - Method in class com.brkt.client.BrktResource
 
getCreatedTime() - Method in class com.brkt.client.BrktResource
 
getCspImage(String) - Method in class com.brkt.client.BrktService
 
getCspImageId() - Method in class com.brkt.client.CspImage
 
getCspImageId() - Method in class com.brkt.client.Instance
 
getCspSettings() - Method in class com.brkt.client.CspImage
 
getCustomerId() - Method in class com.brkt.client.BrktResource
 
getDeleted() - Method in class com.brkt.client.Volume
 
getDeleted() - Method in class com.brkt.client.Workload
 
getDeploymentType() - Method in class com.brkt.client.CloudInit
 
getDescription() - Method in class com.brkt.client.BrktResource
 
getEnableServiceDomain() - Method in class com.brkt.client.Workload
 
getEnableServiceDomain() - Method in class com.brkt.client.WorkloadTemplate
 
getEncryptedStorageGb() - Method in class com.brkt.client.MachineType
 
getErrors() - Method in class com.brkt.client.WorkloadTemplate
 
getExpired() - Method in class com.brkt.client.Volume
 
getExpired() - Method in class com.brkt.client.Workload
 
getGatewayIp() - Method in class com.brkt.client.ComputingCell
 
getHealthCheckInterval() - Method in class com.brkt.client.LoadBalancer
 
getHealthCheckListener() - Method in class com.brkt.client.LoadBalancer
 
getHealthCheckTarget() - Method in class com.brkt.client.LoadBalancer
 
getHealthCheckTimeout() - Method in class com.brkt.client.LoadBalancer
 
getHealthyThreshold() - Method in class com.brkt.client.LoadBalancer
 
getHourlyCost() - Method in class com.brkt.client.MachineType
 
getId() - Method in class com.brkt.client.BrktResource
 
getId() - Method in class com.brkt.client.MachineType
 
getImageDefinition(String) - Method in class com.brkt.client.BrktService
 
getImageDefinitionCspImages(String) - Method in class com.brkt.client.BrktService
 
getImageDefinitionId() - Method in class com.brkt.client.CspImage
 
getImageDefinitionId() - Method in class com.brkt.client.Instance
 
getInstance(String) - Method in class com.brkt.client.BrktService
 
getInstanceId() - Method in class com.brkt.client.Volume
 
getInstancePort() - Method in class com.brkt.client.LoadBalancerListener
 
getInstanceProtocol() - Method in class com.brkt.client.LoadBalancerListener
 
getInstancesInService() - Method in class com.brkt.client.LoadBalancer
 
getInstancesOutOfService() - Method in class com.brkt.client.LoadBalancer
 
getInstanceTemplateId() - Method in class com.brkt.client.Instance
 
getInstanceVolumes(String) - Method in class com.brkt.client.BrktService
 
getInternetIpAddress() - Method in class com.brkt.client.Instance
 
getIops() - Method in class com.brkt.client.Volume
 
getIopsMax() - Method in class com.brkt.client.Volume
 
getIpAddress() - Method in class com.brkt.client.Instance
 
getIpProto() - Method in class com.brkt.client.SecurityGroupRule
 
getIscsiTargetIp() - Method in class com.brkt.client.Volume
 
getIsHealthCheckListener() - Method in class com.brkt.client.LoadBalancerListener
 
getIsIngress() - Method in class com.brkt.client.SecurityGroupRule
 
getIsReadonly() - Method in class com.brkt.client.Volume
 
getLabel() - Method in class com.brkt.client.OperatingSystem
 
getLargeIo() - Method in class com.brkt.client.Volume
 
getLastDeployedTime() - Method in class com.brkt.client.WorkloadTemplate
 
getLeaseExpireTime() - Method in class com.brkt.client.Instance
 
getLeaseExpireTime() - Method in class com.brkt.client.Volume
 
getLeaseExpireTime() - Method in class com.brkt.client.Workload
 
getLeaseModifiedTime() - Method in class com.brkt.client.Workload
 
getListenerPort() - Method in class com.brkt.client.LoadBalancerListener
 
getListenerProtocol() - Method in class com.brkt.client.LoadBalancerListener
 
getListenersForLoadBalancer(String) - Method in class com.brkt.client.BrktService
 
getLoadBalancer(String) - Method in class com.brkt.client.BrktService
 
getLoadBalancerId() - Method in class com.brkt.client.Instance
 
getLoadBalancerId() - Method in class com.brkt.client.LoadBalancerListener
 
getLoadBalancerListener(String) - Method in class com.brkt.client.BrktService
 
getMachineType(String) - Method in class com.brkt.client.BrktService
 
getMachineTypeId() - Method in class com.brkt.client.Instance
 
getMaxCost() - Method in class com.brkt.client.Workload
 
getMaxCost() - Method in class com.brkt.client.WorkloadTemplate
 
getMaxHourlyRate() - Method in class com.brkt.client.BillingGroup
 
getMemberGroups() - Method in class com.brkt.client.ComputingCell
 
getMessage() - Method in exception com.brkt.client.util.BrktRestClient.HttpError
 
getMetadata() - Method in class com.brkt.client.BillingGroup
 
getMetadata() - Method in class com.brkt.client.CloudInit
 
getMetadata() - Method in class com.brkt.client.ComputingCell
 
getMetadata() - Method in class com.brkt.client.ImageDefinition
 
getMetadata() - Method in class com.brkt.client.Instance
 
getMetadata() - Method in class com.brkt.client.LoadBalancer
 
getMetadata() - Method in class com.brkt.client.Network
 
getMetadata() - Method in class com.brkt.client.OperatingSystem
 
getMetadata() - Method in class com.brkt.client.SecurityGroup
 
getMetadata() - Method in class com.brkt.client.Volume
 
getMetadata() - Method in class com.brkt.client.Workload
 
getMetadata() - Method in class com.brkt.client.WorkloadTemplate
 
getMetadata() - Method in class com.brkt.client.Zone
 
getMinIops() - Method in class com.brkt.client.Volume
 
getMinSize() - Method in class com.brkt.client.Volume
 
getModifiedBy() - Method in class com.brkt.client.BrktResource
 
getModifiedTime() - Method in class com.brkt.client.BrktResource
 
getName() - Method in class com.brkt.client.BrktResource
 
getNetwork(String) - Method in class com.brkt.client.BrktService
 
getNetworkId() - Method in class com.brkt.client.ComputingCell
 
getNetworkId() - Method in class com.brkt.client.Zone
 
getNetworkZones(String) - Method in class com.brkt.client.BrktService
 
getNumberOfMembers() - Method in class com.brkt.client.BillingGroup
 
getOperatingSystem(String) - Method in class com.brkt.client.BrktService
 
getOperatingSystemId() - Method in class com.brkt.client.ImageDefinition
 
getOperatingSystemImageDefinitions(String) - Method in class com.brkt.client.BrktService
 
getOsFeatures() - Method in class com.brkt.client.OperatingSystem
 
getOsSettings() - Method in class com.brkt.client.ImageDefinition
 
getParent() - Method in class com.brkt.client.Volume
 
getParentBalance() - Method in class com.brkt.client.BillingGroup
 
getPlatform() - Method in class com.brkt.client.Instance
 
getPlatform() - Method in class com.brkt.client.OperatingSystem
 
getPortRangeFrom() - Method in class com.brkt.client.SecurityGroupRule
 
getPortRangeTo() - Method in class com.brkt.client.SecurityGroupRule
 
getProvider() - Method in class com.brkt.client.ComputingCell
 
getProvider() - Method in class com.brkt.client.CspImage
 
getProvider() - Method in class com.brkt.client.MachineType
 
getProviderBrktVolume() - Method in class com.brkt.client.Volume
 
getProviderInstance() - Method in class com.brkt.client.Instance
 
getProviderLoadBalancer() - Method in class com.brkt.client.LoadBalancer
 
getProviderNetwork() - Method in class com.brkt.client.Network
 
getProviderSecurityGroup() - Method in class com.brkt.client.SecurityGroup
 
getProviderZone() - Method in class com.brkt.client.Zone
 
getRam() - Method in class com.brkt.client.Instance
 
getRam() - Method in class com.brkt.client.MachineType
 
getReason() - Method in class com.brkt.client.InstanceReboot
 
getRefundableCost() - Method in class com.brkt.client.BillingGroup
 
getRemainingGb() - Method in class com.brkt.client.Volume
 
getRemainingIops() - Method in class com.brkt.client.Volume
 
getRequestedState() - Method in class com.brkt.client.ComputingCell
 
getRequestedState() - Method in class com.brkt.client.Instance
 
getRequestedState() - Method in class com.brkt.client.LoadBalancer
 
getRequestedState() - Method in class com.brkt.client.Network
 
getRequestedState() - Method in class com.brkt.client.SecurityGroup
 
getRequestedState() - Method in class com.brkt.client.Volume
 
getRequestedState() - Method in class com.brkt.client.Workload
 
getRequestedState() - Method in class com.brkt.client.Zone
 
getRequestId() - Method in class com.brkt.client.InstanceReboot
 
getRulesForSecurityGroup(String) - Method in class com.brkt.client.BrktService
 
getSecurityGroup(String) - Method in class com.brkt.client.BrktService
 
getSecurityGroupId() - Method in class com.brkt.client.LoadBalancer
 
getSecurityGroupId() - Method in class com.brkt.client.SecurityGroupRule
 
getSecurityGroupIds() - Method in class com.brkt.client.Instance
 
getSecurityGroupRule(String) - Method in class com.brkt.client.BrktService
 
getServiceDomain() - Method in class com.brkt.client.Workload
 
getServiceName() - Method in class com.brkt.client.Instance
 
getServiceName() - Method in class com.brkt.client.LoadBalancer
 
getServiceNameFqdn() - Method in class com.brkt.client.Instance
 
getServiceNameFqdn() - Method in class com.brkt.client.LoadBalancer
 
getSizeInGb() - Method in class com.brkt.client.Volume
 
getSlo() - Method in class com.brkt.client.Volume
 
getSpentCost() - Method in class com.brkt.client.BillingGroup
 
getSrcSecurityGroupId() - Method in class com.brkt.client.SecurityGroupRule
 
getState() - Method in class com.brkt.client.CspImage
 
getState() - Method in class com.brkt.client.ImageDefinition
 
getState() - Method in class com.brkt.client.WorkloadTemplate
 
getStatus() - Method in class com.brkt.client.InstanceReboot
 
getStickiness() - Method in class com.brkt.client.LoadBalancerListener
 
getStorageGb() - Method in class com.brkt.client.MachineType
 
getSupportsPv() - Method in class com.brkt.client.MachineType
 
getUnencryptedParent() - Method in class com.brkt.client.ImageDefinition
 
getUnhealthyThreshold() - Method in class com.brkt.client.LoadBalancer
 
getUseMainRouteTable() - Method in class com.brkt.client.Zone
 
getUserData() - Method in class com.brkt.client.CloudInit
 
getUserScript() - Method in class com.brkt.client.CloudInit
 
getVersion() - Method in class com.brkt.client.OperatingSystem
 
getVersion() - Method in class com.brkt.client.Volume
 
getVolume(String) - Method in class com.brkt.client.BrktService
 
getVolumeChildren(String) - Method in class com.brkt.client.BrktService
 
getVolumeType() - Method in class com.brkt.client.Volume
 
getWorkload(String) - Method in class com.brkt.client.BrktService
 
getWorkloadId() - Method in class com.brkt.client.Instance
 
getWorkloadId() - Method in class com.brkt.client.LoadBalancer
 
getWorkloadInstances(String) - Method in class com.brkt.client.BrktService
 
getWorkloadTemplate(String) - Method in class com.brkt.client.BrktService
 
getWorkloadTemplateId() - Method in class com.brkt.client.Workload
 
getZone(String) - Method in class com.brkt.client.BrktService
 
getZoneId() - Method in class com.brkt.client.Instance
 
getZoneId() - Method in class com.brkt.client.Workload
 

H

healthCheckInterval(int) - Method in class com.brkt.client.LoadBalancerRequestBuilder
 
healthCheckTarget(String) - Method in class com.brkt.client.LoadBalancerRequestBuilder
 
healthCheckTimeout(int) - Method in class com.brkt.client.LoadBalancerRequestBuilder
 
healthyThreshold(int) - Method in class com.brkt.client.LoadBalancerRequestBuilder
 
HttpError(int, String, byte[]) - Constructor for exception com.brkt.client.util.BrktRestClient.HttpError
 

I

id - Variable in enum com.brkt.client.Constants.Availability
 
id - Variable in enum com.brkt.client.Constants.Provider
 
id - Variable in enum com.brkt.client.Constants.ServiceLevelObjective
 
id - Variable in enum com.brkt.client.Constants.VolumeType
 
id(String) - Method in class com.brkt.client.InstanceRequestBuilder
 
id(String) - Method in class com.brkt.client.LoadBalancerListenerRequestBuilder
 
id(String) - Method in class com.brkt.client.LoadBalancerRequestBuilder
 
id(String) - Method in class com.brkt.client.WorkloadRequestBuilder
 
IMAGE_DEFINITION_ROOT - Static variable in class com.brkt.client.Constants
 
ImageDefinition - Class in com.brkt.client
 
ImageDefinition() - Constructor for class com.brkt.client.ImageDefinition
 
imageDefinitionId(String) - Method in class com.brkt.client.InstanceRequestBuilder
 
Instance - Class in com.brkt.client
 
Instance() - Constructor for class com.brkt.client.Instance
 
INSTANCE - Static variable in class com.brkt.client.Volume
 
INSTANCE_ROOT - Static variable in class com.brkt.client.Constants
 
instanceId(String) - Method in class com.brkt.client.VolumeRequestBuilder
 
instancePort(int) - Method in class com.brkt.client.LoadBalancerListenerRequestBuilder
 
instanceProtocol(Constants.Protocol) - Method in class com.brkt.client.LoadBalancerListenerRequestBuilder
 
InstanceReboot - Class in com.brkt.client
 
InstanceReboot() - Constructor for class com.brkt.client.InstanceReboot
 
InstanceRequestBuilder - Class in com.brkt.client
Provides a type-safe way to assemble a request for creating or updating a instance.
InstanceRequestBuilder() - Constructor for class com.brkt.client.InstanceRequestBuilder
 
instanceTemplateOverrides(Map<String, Object>) - Method in class com.brkt.client.util.DeployWorkloadTemplateRequestBuilder
 
IOPS - Static variable in class com.brkt.client.Volume
 
iops(int) - Method in class com.brkt.client.VolumeRequestBuilder
 
iopsMax(int) - Method in class com.brkt.client.VolumeRequestBuilder
 
ipProto(String) - Method in class com.brkt.client.SecurityGroupRuleRequestBuilder
 
isBase() - Method in class com.brkt.client.ImageDefinition
 
isEncrypted() - Method in class com.brkt.client.ImageDefinition
 
isEncrypted() - Method in class com.brkt.client.Instance
 
isHealthCheckListener(boolean) - Method in class com.brkt.client.LoadBalancerListenerRequestBuilder
 
isIngress(boolean) - Method in class com.brkt.client.SecurityGroupRuleRequestBuilder
 
isInternetAccessible() - Method in class com.brkt.client.Instance
 

L

LARGE_IO - Static variable in class com.brkt.client.Volume
 
largeIo(boolean) - Method in class com.brkt.client.VolumeRequestBuilder
 
LEASE_EXPIRE_TIME - Static variable in class com.brkt.client.Instance
 
LEASE_EXPIRE_TIME - Static variable in class com.brkt.client.Volume
 
leaseExpireTime(Timestamp) - Method in class com.brkt.client.util.DeployWorkloadTemplateRequestBuilder
 
leaseExpireTime(Timestamp) - Method in class com.brkt.client.VolumeRequestBuilder
 
leaseExpireTime(Timestamp) - Method in class com.brkt.client.WorkloadRequestBuilder
 
listenerPort(int) - Method in class com.brkt.client.LoadBalancerListenerRequestBuilder
 
listenerProtocol(Constants.Protocol) - Method in class com.brkt.client.LoadBalancerListenerRequestBuilder
 
LOAD_BALANCER - Static variable in class com.brkt.client.Instance
 
LOAD_BALANCER_LISTENER_ROOT - Static variable in class com.brkt.client.Constants
 
LOAD_BALANCER_ROOT - Static variable in class com.brkt.client.Constants
 
LoadBalancer - Class in com.brkt.client
 
LoadBalancer() - Constructor for class com.brkt.client.LoadBalancer
 
loadBalancerId(String) - Method in class com.brkt.client.InstanceRequestBuilder
 
loadBalancerId(String) - Method in class com.brkt.client.LoadBalancerListenerRequestBuilder
 
LoadBalancerListener - Class in com.brkt.client
 
LoadBalancerListener() - Constructor for class com.brkt.client.LoadBalancerListener
 
LoadBalancerListenerRequestBuilder - Class in com.brkt.client
Provides a type-safe way to assemble a request for creating or updating a load balancer listener.
LoadBalancerListenerRequestBuilder() - Constructor for class com.brkt.client.LoadBalancerListenerRequestBuilder
 
LoadBalancerRequestBuilder - Class in com.brkt.client
Provides a type-safe way to assemble a request for creating or updating a load balancer.
LoadBalancerRequestBuilder() - Constructor for class com.brkt.client.LoadBalancerRequestBuilder
 

M

MACHINE_TYPE_ROOT - Static variable in class com.brkt.client.Constants
 
MachineType - Class in com.brkt.client
 
MachineType() - Constructor for class com.brkt.client.MachineType
 
machineTypeId(String) - Method in class com.brkt.client.InstanceRequestBuilder
 
macKey(String) - Method in class com.brkt.client.util.BrktHttpClient.Builder
 
macKey(String) - Method in class com.brkt.client.util.BrktRestClient.Builder
 
Main - Class in com.brkt.client.util
 
Main() - Constructor for class com.brkt.client.util.Main
 
main(String[]) - Static method in class com.brkt.client.util.Main
 
maxCost(BigDecimal) - Method in class com.brkt.client.util.DeployWorkloadTemplateRequestBuilder
 
maxCost(BigDecimal) - Method in class com.brkt.client.WorkloadRequestBuilder
 
members(Collection<String>) - Method in class com.brkt.client.BillingGroupRequestBuilder
 
message - Variable in class com.brkt.client.util.BrktHttpClient.Response
 
message - Variable in exception com.brkt.client.util.BrktRestClient.HttpError
The message from the status line returned by the server.
metadata(Map<String, String>) - Method in class com.brkt.client.CloudInitRequestBuilder
 
METADATA - Static variable in class com.brkt.client.Instance
 
metadata(Map<String, String>) - Method in class com.brkt.client.InstanceRequestBuilder
 
metadata(Map<String, String>) - Method in class com.brkt.client.LoadBalancerRequestBuilder
 
metadata(Map<String, String>) - Method in class com.brkt.client.SecurityGroupRequestBuilder
 
metadata(Map<String, String>) - Method in class com.brkt.client.util.DeployWorkloadTemplateRequestBuilder
 
METADATA - Static variable in class com.brkt.client.Volume
 
metadata(Map<String, String>) - Method in class com.brkt.client.VolumeRequestBuilder
 
metadata(Map<String, String>) - Method in class com.brkt.client.WorkloadRequestBuilder
 

N

name(String) - Method in class com.brkt.client.BillingGroupRequestBuilder
 
name(String) - Method in class com.brkt.client.CloudInitRequestBuilder
 
NAME - Static variable in class com.brkt.client.Instance
 
name(String) - Method in class com.brkt.client.InstanceRequestBuilder
 
name(String) - Method in class com.brkt.client.LoadBalancerRequestBuilder
 
name(String) - Method in class com.brkt.client.SecurityGroupRequestBuilder
 
name(String) - Method in class com.brkt.client.util.DeployWorkloadTemplateRequestBuilder
 
name(String) - Method in class com.brkt.client.VolumeRequestBuilder
 
name(String) - Method in class com.brkt.client.WorkloadRequestBuilder
 
Network - Class in com.brkt.client
 
Network() - Constructor for class com.brkt.client.Network
 
NETWORK_ROOT - Static variable in class com.brkt.client.Constants
 
newGson() - Static method in class com.brkt.client.util.BrktRestClient
 
NO_CONTENT - Static variable in class com.brkt.client.util.BrktHttpClient
 

O

OPERATING_SYSTEM_ROOT - Static variable in class com.brkt.client.Constants
 
OperatingSystem - Class in com.brkt.client
 
OperatingSystem() - Constructor for class com.brkt.client.OperatingSystem
 

P

payload - Variable in exception com.brkt.client.BrktService.RuntimeHttpError
 
payload - Variable in class com.brkt.client.util.BrktHttpClient.Response
 
payload - Variable in exception com.brkt.client.util.BrktRestClient.HttpError
The payload returned by the server.
portRangeFrom(int) - Method in class com.brkt.client.SecurityGroupRuleRequestBuilder
 
portRangeTo(int) - Method in class com.brkt.client.SecurityGroupRuleRequestBuilder
 
post(String, byte[]) - Method in class com.brkt.client.util.BrktHttpClient
 
post(String, Type, Map<String, Object>) - Method in class com.brkt.client.util.BrktRestClient
Post an element map to the server and deserialize to an object of the given type.

R

rebootInstance(String) - Method in class com.brkt.client.BrktService
 
RequestBuilder - Class in com.brkt.client.util
Builds a Map of attributes that represents the request payload.
RequestBuilder() - Constructor for class com.brkt.client.util.RequestBuilder
 
REQUESTED_STATE - Static variable in class com.brkt.client.Volume
 
requestedState(Constants.RequestedState) - Method in class com.brkt.client.SecurityGroupRequestBuilder
 
requestedState(Constants.RequestedState) - Method in class com.brkt.client.util.DeployWorkloadTemplateRequestBuilder
 
requestedState(Constants.RequestedState) - Method in class com.brkt.client.VolumeRequestBuilder
 
requestedState(Constants.RequestedState) - Method in class com.brkt.client.WorkloadRequestBuilder
 
Response(int, String, byte[]) - Constructor for class com.brkt.client.util.BrktHttpClient.Response
 
RuntimeHttpError(BrktRestClient.HttpError) - Constructor for exception com.brkt.client.BrktService.RuntimeHttpError
 
RuntimeIoException(IOException) - Constructor for exception com.brkt.client.BrktService.RuntimeIoException
 

S

SECURITY_GROUP_ROOT - Static variable in class com.brkt.client.Constants
 
SECURITY_GROUP_RULE_ROOT - Static variable in class com.brkt.client.Constants
 
SECURITY_GROUPS - Static variable in class com.brkt.client.Instance
 
SecurityGroup - Class in com.brkt.client
 
SecurityGroup() - Constructor for class com.brkt.client.SecurityGroup
 
securityGroupId(String) - Method in class com.brkt.client.LoadBalancerRequestBuilder
 
securityGroupIds(Collection<String>) - Method in class com.brkt.client.InstanceRequestBuilder
 
SecurityGroupRequestBuilder - Class in com.brkt.client
Provides a type-safe way to assemble a request for creating or updating a security group.
SecurityGroupRequestBuilder() - Constructor for class com.brkt.client.SecurityGroupRequestBuilder
 
SecurityGroupRule - Class in com.brkt.client
 
SecurityGroupRule() - Constructor for class com.brkt.client.SecurityGroupRule
 
SecurityGroupRuleRequestBuilder - Class in com.brkt.client
Provides a type-safe way to assemble a request for creating or updating a security group rule.
SecurityGroupRuleRequestBuilder() - Constructor for class com.brkt.client.SecurityGroupRuleRequestBuilder
 
SERVICE_NAME - Static variable in class com.brkt.client.Instance
 
serviceName(String) - Method in class com.brkt.client.LoadBalancerRequestBuilder
 
SIZE_IN_GB - Static variable in class com.brkt.client.Volume
 
sizeInGb(int) - Method in class com.brkt.client.VolumeRequestBuilder
 
SLO - Static variable in class com.brkt.client.Volume
 
slo(Constants.ServiceLevelObjective) - Method in class com.brkt.client.VolumeRequestBuilder
 
snapshotVolume(String, Map<String, Object>) - Method in class com.brkt.client.BrktService
 
srcSecurityGroupId(String) - Method in class com.brkt.client.SecurityGroupRuleRequestBuilder
 
status - Variable in exception com.brkt.client.BrktService.RuntimeHttpError
 
status - Variable in class com.brkt.client.util.BrktHttpClient.Response
 
status - Variable in exception com.brkt.client.util.BrktRestClient.HttpError
The HTTP status code returned by the server.
stickiness(boolean) - Method in class com.brkt.client.LoadBalancerListenerRequestBuilder
 

T

timeoutMillis(int) - Method in class com.brkt.client.util.BrktHttpClient.Builder
 
timeoutMillis(int) - Method in class com.brkt.client.util.BrktRestClient.Builder
 
toString() - Method in class com.brkt.client.BrktResource
 
toString() - Method in class com.brkt.client.ComputingCell
 
toString() - Method in class com.brkt.client.CspImage
 
toString() - Method in class com.brkt.client.ImageDefinition
 
toString() - Method in class com.brkt.client.Instance
 
toString() - Method in class com.brkt.client.LoadBalancer
 
toString() - Method in class com.brkt.client.MachineType
 
toString() - Method in class com.brkt.client.OperatingSystem
 
toString() - Method in class com.brkt.client.SecurityGroup
 
toString() - Method in class com.brkt.client.util.BrktHttpClient.Response
 
toString() - Method in class com.brkt.client.Volume
 
toString() - Method in class com.brkt.client.Workload
 
TYPE_BILLING_GROUP_LIST - Static variable in class com.brkt.client.Constants
 
TYPE_CLOUD_INIT_LIST - Static variable in class com.brkt.client.Constants
 
TYPE_COMPUTING_CELL_LIST - Static variable in class com.brkt.client.Constants
 
TYPE_CSP_IMAGE_LIST - Static variable in class com.brkt.client.Constants
 
TYPE_IMAGE_DEFINITION_LIST - Static variable in class com.brkt.client.Constants
 
TYPE_INSTANCE_LIST - Static variable in class com.brkt.client.Constants
 
TYPE_LOAD_BALANCER_LIST - Static variable in class com.brkt.client.Constants
 
TYPE_LOAD_BALANCER_LISTENER_LIST - Static variable in class com.brkt.client.Constants
 
TYPE_MACHINE_TYPE_LIST - Static variable in class com.brkt.client.Constants
 
TYPE_NETWORK_LIST - Static variable in class com.brkt.client.Constants
 
TYPE_OPERATING_SYSTEM_LIST - Static variable in class com.brkt.client.Constants
 
TYPE_SECURITY_GROUP_LIST - Static variable in class com.brkt.client.Constants
 
TYPE_SECURITY_GROUP_RULE_LIST - Static variable in class com.brkt.client.Constants
 
TYPE_VOLUME_LIST - Static variable in class com.brkt.client.Constants
 
TYPE_WORKLOAD_LIST - Static variable in class com.brkt.client.Constants
 
TYPE_WORKLOAD_TEMPLATE_LIST - Static variable in class com.brkt.client.Constants
 
TYPE_ZONE_LIST - Static variable in class com.brkt.client.Constants
 

U

unhealthyThreshold(int) - Method in class com.brkt.client.LoadBalancerRequestBuilder
 
updateBillingGroup(String, Map<String, Object>) - Method in class com.brkt.client.BrktService
 
updateBillingGroup(String, String, Object) - Method in class com.brkt.client.BrktService
 
updateCloudInit(String, Map<String, Object>) - Method in class com.brkt.client.BrktService
 
updateCloudInit(String, String, Object) - Method in class com.brkt.client.BrktService
 
updateInstance(String, String, Object) - Method in class com.brkt.client.BrktService
 
updateInstance(String, Map<String, Object>) - Method in class com.brkt.client.BrktService
 
updateLoadBalancer(String, Map<String, Object>) - Method in class com.brkt.client.BrktService
 
updateLoadBalancer(String, String, Object) - Method in class com.brkt.client.BrktService
 
updateLoadBalancerListener(String, Map<String, Object>) - Method in class com.brkt.client.BrktService
 
updateLoadBalancerListener(String, String, Object) - Method in class com.brkt.client.BrktService
 
updateSecurityGroup(String, Map<String, Object>) - Method in class com.brkt.client.BrktService
 
updateSecurityGroup(String, String, Object) - Method in class com.brkt.client.BrktService
 
updateSecurityGroupRule(String, Map<String, Object>) - Method in class com.brkt.client.BrktService
 
updateVolume(String, String, Object) - Method in class com.brkt.client.BrktService
 
updateVolume(String, Map<String, Object>) - Method in class com.brkt.client.BrktService
 
updateWorkload(String, String, Object) - Method in class com.brkt.client.BrktService
 
updateWorkload(String, Map<String, Object>) - Method in class com.brkt.client.BrktService
 
userData(String) - Method in class com.brkt.client.CloudInitRequestBuilder
 
userScript(String) - Method in class com.brkt.client.CloudInitRequestBuilder
 

V

V1_INSTANCE_ROOT - Static variable in class com.brkt.client.Constants
 
valueOf(String) - Static method in enum com.brkt.client.Constants.Availability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.brkt.client.Constants.DeploymentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.brkt.client.Constants.Protocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.brkt.client.Constants.Provider
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.brkt.client.Constants.RebootStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.brkt.client.Constants.RequestedState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.brkt.client.Constants.ServiceLevelObjective
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.brkt.client.Constants.VolumeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.brkt.client.Constants.WorkloadTemplateState
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.brkt.client.Constants.Availability
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.brkt.client.Constants.DeploymentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.brkt.client.Constants.Protocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.brkt.client.Constants.Provider
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.brkt.client.Constants.RebootStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.brkt.client.Constants.RequestedState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.brkt.client.Constants.ServiceLevelObjective
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.brkt.client.Constants.VolumeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.brkt.client.Constants.WorkloadTemplateState
Returns an array containing the constants of this enum type, in the order they are declared.
Volume - Class in com.brkt.client
 
Volume() - Constructor for class com.brkt.client.Volume
 
VOLUME_ROOT - Static variable in class com.brkt.client.Constants
 
VOLUME_TYPE - Static variable in class com.brkt.client.Volume
 
VolumeRequestBuilder - Class in com.brkt.client
Provides a type-safe way to assemble a request for creating or updating a volume.
VolumeRequestBuilder() - Constructor for class com.brkt.client.VolumeRequestBuilder
 
volumeTemplateId(String) - Method in class com.brkt.client.VolumeRequestBuilder
 
volumeType(Constants.VolumeType) - Method in class com.brkt.client.VolumeRequestBuilder
 

W

Workload - Class in com.brkt.client
 
Workload() - Constructor for class com.brkt.client.Workload
 
WORKLOAD_ROOT - Static variable in class com.brkt.client.Constants
 
WORKLOAD_TEMPLATE_ROOT - Static variable in class com.brkt.client.Constants
 
workloadId(String) - Method in class com.brkt.client.InstanceRequestBuilder
 
workloadId(String) - Method in class com.brkt.client.LoadBalancerRequestBuilder
 
WorkloadRequestBuilder - Class in com.brkt.client
Provides a type-safe way to assemble a request for creating or updating a workload.
WorkloadRequestBuilder() - Constructor for class com.brkt.client.WorkloadRequestBuilder
 
WorkloadTemplate - Class in com.brkt.client
 
WorkloadTemplate() - Constructor for class com.brkt.client.WorkloadTemplate
 

Z

Zone - Class in com.brkt.client
 
Zone() - Constructor for class com.brkt.client.Zone
 
ZONE_ROOT - Static variable in class com.brkt.client.Constants
 
zoneId(String) - Method in class com.brkt.client.util.DeployWorkloadTemplateRequestBuilder
 
zoneId(String) - Method in class com.brkt.client.WorkloadRequestBuilder
 
A B C D E G H I L M N O P R S T U V W Z 
Skip navigation links

Copyright © 2015. All rights reserved.