Class FreeIpaInstance
java.lang.Object
com.cloudera.cdp.environments.model.FreeIpaInstance
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:26.724-07:00")
public class FreeIpaInstance
extends Object
Object for a FreeIPA instance providing specific information about the instance.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for attachedVolumes.Getter for availabilityZone.Getter for discoveryFQDN.Getter for instanceGroup.Getter for instanceId.Getter for instanceStatus.Getter for instanceStatusReason.Getter for instanceType.Getter for instanceVmType.Getter for lifeCycle.Getter for privateIP.Getter for publicIP.Getter for sshPort.Getter for subnetId.int
hashCode()
void
setAttachedVolumes
(List<AttachedVolumeDetail> attachedVolumes) Setter for attachedVolumes.void
setAvailabilityZone
(String availabilityZone) Setter for availabilityZone.void
setDiscoveryFQDN
(String discoveryFQDN) Setter for discoveryFQDN.void
setInstanceGroup
(String instanceGroup) Setter for instanceGroup.void
setInstanceId
(String instanceId) Setter for instanceId.void
setInstanceStatus
(String instanceStatus) Setter for instanceStatus.void
setInstanceStatusReason
(String instanceStatusReason) Setter for instanceStatusReason.void
setInstanceType
(String instanceType) Setter for instanceType.void
setInstanceVmType
(String instanceVmType) Setter for instanceVmType.void
setLifeCycle
(String lifeCycle) Setter for lifeCycle.void
setPrivateIP
(String privateIP) Setter for privateIP.void
setPublicIP
(String publicIP) Setter for publicIP.void
setSshPort
(Integer sshPort) Setter for sshPort.void
setSubnetId
(String subnetId) Setter for subnetId.toString()
-
Constructor Details
-
FreeIpaInstance
public FreeIpaInstance()
-
-
Method Details
-
getAvailabilityZone
Getter for availabilityZone. The availability zone of the instance. -
setAvailabilityZone
Setter for availabilityZone. The availability zone of the instance. -
getDiscoveryFQDN
Getter for discoveryFQDN. The fully qualified domain name of the instance in the service discovery cluster. -
setDiscoveryFQDN
Setter for discoveryFQDN. The fully qualified domain name of the instance in the service discovery cluster. -
getInstanceId
Getter for instanceId. The instance ID for the instance. -
setInstanceId
Setter for instanceId. The instance ID for the instance. -
getInstanceGroup
Getter for instanceGroup. The instance group that contains the instance. -
setInstanceGroup
Setter for instanceGroup. The instance group that contains the instance. -
getInstanceStatus
Getter for instanceStatus. The status of the instance. -
setInstanceStatus
Setter for instanceStatus. The status of the instance. -
getInstanceStatusReason
Getter for instanceStatusReason. The status reason for the instance. -
setInstanceStatusReason
Setter for instanceStatusReason. The status reason for the instance. -
getInstanceType
Getter for instanceType. The type of the instance (either GATEWAY or GATEWAY_PRIMARY). -
setInstanceType
Setter for instanceType. The type of the instance (either GATEWAY or GATEWAY_PRIMARY). -
getInstanceVmType
Getter for instanceVmType. The VM type of the instance. Supported values depend on the cloud platform. -
setInstanceVmType
Setter for instanceVmType. The VM type of the instance. Supported values depend on the cloud platform. -
getLifeCycle
Getter for lifeCycle. The life cycle type for the instance (either NORMAL or SPOT). -
setLifeCycle
Setter for lifeCycle. The life cycle type for the instance (either NORMAL or SPOT). -
getPrivateIP
Getter for privateIP. The private IP of the instance. -
setPrivateIP
Setter for privateIP. The private IP of the instance. -
getPublicIP
Getter for publicIP. The public IP of the instance. -
setPublicIP
Setter for publicIP. The public IP of the instance. -
getSshPort
Getter for sshPort. The SSH port of the instance. -
setSshPort
Setter for sshPort. The SSH port of the instance. -
getSubnetId
Getter for subnetId. The subnet ID of the instance. -
setSubnetId
Setter for subnetId. The subnet ID of the instance. -
getAttachedVolumes
Getter for attachedVolumes. List of volumes attached to this instance. -
setAttachedVolumes
Setter for attachedVolumes. List of volumes attached to this instance. -
equals
-
hashCode
public int hashCode() -
toString
-