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="2025-10-28T14:00:25.843-07:00")
public class GetVmTypesRequest
extends Object
Request object for fetching the available virtual machine types based on the given parameters.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for availabilityZone.Getter for clusterDefinitionName.Getter for clusterTemplate.Getter for credential.Getter for region.inthashCode()voidsetAvailabilityZone(String availabilityZone) Setter for availabilityZone.voidsetClusterDefinitionName(String clusterDefinitionName) Setter for clusterDefinitionName.voidsetClusterTemplate(String clusterTemplate) Setter for clusterTemplate.voidsetCredential(String credential) Setter for credential.voidSetter 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
-