pub struct AcceptSpokeUpdateRequest {
pub request_id: Option<String>,
pub spoke_etag: Option<String>,
pub spoke_uri: Option<String>,
}Expand description
The request for HubService.AcceptSpokeUpdate.
§Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
Fields§
§request_id: Option<String>Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server knows to ignore the request if it has already been completed. The server guarantees that a request doesn’t result in creation of duplicate commitments for at least 60 minutes. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check to see whether the original operation was received. If it was, the server ignores the second request. This behavior prevents clients from mistakenly creating duplicate commitments. The request ID must be a valid UUID, with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
spoke_etag: Option<String>Required. The etag of the spoke to accept update.
spoke_uri: Option<String>Required. The URI of the spoke to accept update.
Trait Implementations§
Source§impl Clone for AcceptSpokeUpdateRequest
impl Clone for AcceptSpokeUpdateRequest
Source§fn clone(&self) -> AcceptSpokeUpdateRequest
fn clone(&self) -> AcceptSpokeUpdateRequest
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more