Class ListResourceAliasesForInstanceOptions

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class ListResourceAliasesForInstanceOptions
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    The listResourceAliasesForInstance options.
    • Method Detail

      • id

        public java.lang.String id()
        Gets the id. The resource instance URL-encoded CRN or GUID.
        Returns:
        the id
      • limit

        public java.lang.Long limit()
        Gets the limit. Limit on how many items should be returned.
        Returns:
        the limit
      • start

        public java.lang.String start()
        Gets the start. An optional token that indicates the beginning of the page of results to be returned. Any additional query parameters are ignored if a page token is present. If omitted, the first page of results is returned. This value is obtained from the 'start' query parameter in the 'next_url' field of the operation response.
        Returns:
        the start