Class Partition

    • Field Detail

      • filesystemType

        @ApiProperty
        protected Type filesystemType
        The filesystem type of a partition
      • partitionTemplate

        @ApiProperty
        protected Template partitionTemplate
        A partition's [[SoftLayer_Hardware_Component_Partition_Template|Partition Template]].
      • idSpecified

        protected boolean idSpecified
      • isGrow

        @ApiProperty(canBeNullOrNotSet=true)
        protected Boolean isGrow
        A flag indication if a partition will be the grow partition. The grow partition will have its size adjusted to fill all available space on a hard drive.
      • isGrowSpecified

        protected boolean isGrowSpecified
      • partitionNameSpecified

        protected boolean partitionNameSpecified
      • partitionSizeSpecified

        protected boolean partitionSizeSpecified
      • partitionTemplateId

        @ApiProperty(canBeNullOrNotSet=true)
        protected Long partitionTemplateId
        A partition's associated [[SoftLayer_Hardware_Component_Partition_Template|Partition Template]] Id.
      • partitionTemplateIdSpecified

        protected boolean partitionTemplateIdSpecified
      • volumeNumberSpecified

        protected boolean volumeNumberSpecified
    • Constructor Detail

      • Partition

        public Partition()
    • Method Detail

      • getFilesystemType

        public Type getFilesystemType()
      • setFilesystemType

        public void setFilesystemType​(Type filesystemType)
      • getPartitionTemplate

        public Template getPartitionTemplate()
      • setPartitionTemplate

        public void setPartitionTemplate​(Template partitionTemplate)
      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • isIdSpecified

        public boolean isIdSpecified()
      • unsetId

        public void unsetId()
      • getIsGrow

        public Boolean getIsGrow()
      • setIsGrow

        public void setIsGrow​(Boolean isGrow)
      • isIsGrowSpecified

        public boolean isIsGrowSpecified()
      • unsetIsGrow

        public void unsetIsGrow()
      • getPartitionName

        public String getPartitionName()
      • setPartitionName

        public void setPartitionName​(String partitionName)
      • isPartitionNameSpecified

        public boolean isPartitionNameSpecified()
      • unsetPartitionName

        public void unsetPartitionName()
      • getPartitionSize

        public BigDecimal getPartitionSize()
      • setPartitionSize

        public void setPartitionSize​(BigDecimal partitionSize)
      • isPartitionSizeSpecified

        public boolean isPartitionSizeSpecified()
      • unsetPartitionSize

        public void unsetPartitionSize()
      • getPartitionTemplateId

        public Long getPartitionTemplateId()
      • setPartitionTemplateId

        public void setPartitionTemplateId​(Long partitionTemplateId)
      • isPartitionTemplateIdSpecified

        public boolean isPartitionTemplateIdSpecified()
      • unsetPartitionTemplateId

        public void unsetPartitionTemplateId()
      • getVolumeNumber

        public Long getVolumeNumber()
      • setVolumeNumber

        public void setVolumeNumber​(Long volumeNumber)
      • isVolumeNumberSpecified

        public boolean isVolumeNumberSpecified()
      • unsetVolumeNumber

        public void unsetVolumeNumber()