Class InstanceTemplate
java.lang.Object
com.cloudera.cdp.environments.model.InstanceTemplate
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:26.724-07:00")
public class InstanceTemplate
extends Object
Instance template that specifies the core information for the instances.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for attachedVolumes.Getter for awsProperties.Getter for instanceType.int
hashCode()
void
setAttachedVolumes
(List<AttachedVolume> attachedVolumes) Setter for attachedVolumes.void
setAwsProperties
(AwsFreeIpaInstanceTemplateParams awsProperties) Setter for awsProperties.void
setInstanceType
(String instanceType) Setter for instanceType.toString()
-
Constructor Details
-
InstanceTemplate
public InstanceTemplate()
-
-
Method Details
-
getAttachedVolumes
Getter for attachedVolumes. The attached volume configuration(s). -
setAttachedVolumes
Setter for attachedVolumes. The attached volume configuration(s). -
getAwsProperties
Getter for awsProperties. AWS specific FreeIPA parameters. -
setAwsProperties
Setter for awsProperties. AWS specific FreeIPA parameters. -
getInstanceType
Getter for instanceType. The type of the instance. -
setInstanceType
Setter for instanceType. The type of the instance. -
equals
-
hashCode
public int hashCode() -
toString
-