Class SystemService


  • public final class SystemService
    extends Object
    A system service running on a compute.
    • Constructor Detail

      • SystemService

        public SystemService()
    • Method Detail

      • systemServiceType

        public String systemServiceType()
        Get the systemServiceType property: The type of this system service.
        Returns:
        the systemServiceType value.
      • publicIpAddress

        public String publicIpAddress()
        Get the publicIpAddress property: Public IP address.
        Returns:
        the publicIpAddress value.
      • version

        public String version()
        Get the version property: The version for this type.
        Returns:
        the version value.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.