Package com.cloudera.cdp.datahub.model
Class GetVmTypesRequest
java.lang.Object
com.cloudera.cdp.datahub.model.GetVmTypesRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:24.392-07:00")
public class GetVmTypesRequest
extends Object
Request object for fetching the available virtual machine types based on the given parameters.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for availabilityZone.Getter for clusterDefinitionName.Getter for clusterTemplate.Getter for credential.Getter for region.int
hashCode()
void
setAvailabilityZone
(String availabilityZone) Setter for availabilityZone.void
setClusterDefinitionName
(String clusterDefinitionName) Setter for clusterDefinitionName.void
setClusterTemplate
(String clusterTemplate) Setter for clusterTemplate.void
setCredential
(String credential) Setter for credential.void
Setter for region.toString()
-
Constructor Details
-
GetVmTypesRequest
public GetVmTypesRequest()
-
-
Method Details
-
getClusterTemplate
Getter for clusterTemplate. The name of the given cluster template. -
setClusterTemplate
Setter for clusterTemplate. The name of the given cluster template. -
getCredential
Getter for credential. The name or CRN of the credential that is required to access the cloud provider. -
setCredential
Setter for credential. The name or CRN of the credential that is required to access the cloud provider. -
getRegion
Getter for region. The region where we should look for the supported VM types. -
setRegion
Setter for region. The region where we should look for the supported VM types. -
getAvailabilityZone
Getter for availabilityZone. The selected availability zone. -
setAvailabilityZone
Setter for availabilityZone. The selected availability zone. -
getClusterDefinitionName
Getter for clusterDefinitionName. The name of the cluster definition. -
setClusterDefinitionName
Setter for clusterDefinitionName. The name of the cluster definition. -
equals
-
hashCode
public int hashCode() -
toString
-