Interface ComputeMetadata

    • Method Detail

      • getProviderId

        String getProviderId()
        Description copied from interface: ResourceMetadata
        Unique identifier of this resource within its enclosing namespace. In some scenarios, this id is not user assignable. For files, this may be an system generated key, or the full path to the resource. ex. /path/to/file.txt
        Specified by:
        getProviderId in interface ResourceMetadata<ComputeType>
        Returns:
        id of the server within the naming scope it was created. potentially generated by the service.
      • getId

        String getId()
        A means to uniquely address this resource within a provider. For example, if the namespace of a node or image is region based, the id will likely include both the region and the provider-supplied id encoded to avoid collisions.
        Returns:
        unique id within your account on the provider
      • getTags

        Set<String> getTags()
        Returns:
        tags describing this resource, if supported