Class ComputeInstanceCreatedBy


  • public final class ComputeInstanceCreatedBy
    extends Object
    Describes information on user who created this ComputeInstance.
    • Constructor Detail

      • ComputeInstanceCreatedBy

        public ComputeInstanceCreatedBy()
    • Method Detail

      • username

        public String username()
        Get the username property: Name of the user.
        Returns:
        the username value.
      • userOrgId

        public String userOrgId()
        Get the userOrgId property: Uniquely identifies user' Azure Active Directory organization.
        Returns:
        the userOrgId value.
      • userId

        public String userId()
        Get the userId property: Uniquely identifies the user within his/her organization.
        Returns:
        the userId value.
      • validate

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