Class Image


  • @ApiType("SoftLayer_Billing_Item_Virtual_Disk_Image")
    public class Image
    extends Item
    The SoftLayer_Billing_Item_Virtual_Disk_Image data type contains general information relating to a single SoftLayer billing item for disk images.
    See Also:
    SoftLayer_Billing_Item_Virtual_Disk_Image
    • Field Detail

      • resource

        @ApiProperty
        protected Image resource
        The disk image to which the billing item points.
      • resourceTableIdSpecified

        protected boolean resourceTableIdSpecified
    • Constructor Detail

      • Image

        public Image()
    • Method Detail

      • getResource

        public Image getResource()
      • setResource

        public void setResource​(Image resource)
      • getResourceTableId

        public Long getResourceTableId()
      • setResourceTableId

        public void setResourceTableId​(Long resourceTableId)
      • isResourceTableIdSpecified

        public boolean isResourceTableIdSpecified()
      • unsetResourceTableId

        public void unsetResourceTableId()