GenericResource
The ListingRequestResource class provides methods to access the listing
requests endpoint of the Cloud Blue Connect API.
Kind: global class
Extends: GenericResource
Category: Resources
GenericResource
Creates a new instance of the ListingRequestResource class.
Returns: ListingRequestResource
– An instance of the ListingRequestResource class.
Param | Type | Description |
---|---|---|
client | ConnectClient |
An instance of the ConnectClient class. |
Cancel the ListingRequest.
Kind: instance method of ListingRequestResource
Param | Type | Description |
---|---|---|
id | string |
The unique identifier of the ListingRequest object. |
Complete the ListingRequest.
Kind: instance method of ListingRequestResource
Param | Type | Description |
---|---|---|
id | string |
The unique identifier of the ListingRequest object. |
Deploy the ListingRequest.
Kind: instance method of ListingRequestResource
Param | Type | Description |
---|---|---|
id | string |
The unique identifier of the ListingRequest object. |
Refine the ListingRequest.
Kind: instance method of ListingRequestResource
Param | Type | Description |
---|---|---|
id | string |
The unique identifier of the ListingRequest object. |
Submit the ListingRequest.
Kind: instance method of ListingRequestResource
Param | Type | Description |
---|---|---|
id | string |
The unique identifier of the ListingRequest object. |