@ApiType("SoftLayer_Scale_Member_Virtual_Guest")
public class Guest
extends Member
A guest member is a scaled guest on a scale group. It is added either automatically or manually based on group settings. It can be removed here, but is usually best removed using one of the scaling features of the group as a whole.
See Also:
SoftLayer_Scale_Member_Virtual_Guest
  • Field Details

    • virtualGuest

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

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

    • Guest

      public Guest()
  • Method Details