@ApiType("SoftLayer_Scale_Asset_Virtual_Guest")
public class Guest
extends Asset
A guest asset is a fixed asset of scale group. It is not automatically scaled up or down in any way. Its purpose is to provide information (e.g. metrics) to policies to affect scaling decisions.
See Also:
SoftLayer_Scale_Asset_Virtual_Guest
  • Field Details

    • virtualGuest

      @ApiProperty protected Guest virtualGuest
      The guest for this asset.
    • virtualGuestId

      @ApiProperty protected Long virtualGuestId
      The identifier of the guest for this asset.
  • Constructor Details

    • Guest

      public Guest()
  • Method Details