public interface SpacesV3
Mono<ApplyManifestResponse> applyManifest(ApplyManifestRequest request)
Mono<AssignSpaceIsolationSegmentResponse> assignIsolationSegment(AssignSpaceIsolationSegmentRequest request)
request - the Assign an Isolation Segment requestMono<CreateSpaceResponse> create(CreateSpaceRequest request)
request - the Create Space requestMono<String> delete(DeleteSpaceRequest request)
request - the Delete Space requestMono<String> deleteUnmappedRoutes(DeleteUnmappedRoutesRequest request)
request - the Delete Unmapped Routes in Space requestMono<GetSpaceResponse> get(GetSpaceRequest request)
request - the Get Space requestMono<GetSpaceIsolationSegmentResponse> getIsolationSegment(GetSpaceIsolationSegmentRequest request)
request - the Get Assigned Isolation Segment requestMono<ListSpacesResponse> list(ListSpacesRequest request)
request - the List Spaces requestMono<UpdateSpaceResponse> update(UpdateSpaceRequest request)
request - the Update Space requestCopyright © 2024. All rights reserved.