Class InstanceTemplate
- java.lang.Object
-
- com.cloudera.cdp.environments.model.InstanceTemplate
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-14T10:47:18.529-07:00") public class InstanceTemplate extends Object
Instance template that specifies the core information for the instances.
-
-
Constructor Summary
Constructors Constructor Description InstanceTemplate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
List<AttachedVolume>
getAttachedVolumes()
Getter for attachedVolumes.AwsFreeIpaInstanceTemplateParams
getAwsProperties()
Getter for awsProperties.String
getInstanceType()
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.String
toString()
-
-
-
Method Detail
-
getAttachedVolumes
public List<AttachedVolume> getAttachedVolumes()
Getter for attachedVolumes. The attached volume configuration(s).
-
setAttachedVolumes
public void setAttachedVolumes(List<AttachedVolume> attachedVolumes)
Setter for attachedVolumes. The attached volume configuration(s).
-
getAwsProperties
public AwsFreeIpaInstanceTemplateParams getAwsProperties()
Getter for awsProperties. AWS specific FreeIPA parameters.
-
setAwsProperties
public void setAwsProperties(AwsFreeIpaInstanceTemplateParams awsProperties)
Setter for awsProperties. AWS specific FreeIPA parameters.
-
getInstanceType
public String getInstanceType()
Getter for instanceType. The type of the instance.
-
setInstanceType
public void setInstanceType(String instanceType)
Setter for instanceType. The type of the instance.
-
-