pub struct TaskAgentCloud {Show 13 fields
pub acquire_agent_endpoint: Option<String>,
pub acquisition_timeout: Option<i32>,
pub agent_cloud_id: Option<i32>,
pub get_account_parallelism_endpoint: Option<String>,
pub get_agent_definition_endpoint: Option<String>,
pub get_agent_request_status_endpoint: Option<String>,
pub id: Option<String>,
pub internal: Option<bool>,
pub max_parallelism: Option<i32>,
pub name: Option<String>,
pub release_agent_endpoint: Option<String>,
pub shared_secret: Option<String>,
pub type_: Option<String>,
}Fields§
§acquire_agent_endpoint: Option<String>Gets or sets a AcquireAgentEndpoint using which a request can be made to acquire new agent
acquisition_timeout: Option<i32>§agent_cloud_id: Option<i32>§get_account_parallelism_endpoint: Option<String>§get_agent_definition_endpoint: Option<String>§get_agent_request_status_endpoint: Option<String>§id: Option<String>§internal: Option<bool>Signifies that this Agent Cloud is internal and should not be user-manageable
max_parallelism: Option<i32>§name: Option<String>§release_agent_endpoint: Option<String>§type_: Option<String>Gets or sets the type of the endpoint.
Implementations§
Trait Implementations§
Source§impl Clone for TaskAgentCloud
impl Clone for TaskAgentCloud
Source§fn clone(&self) -> TaskAgentCloud
fn clone(&self) -> TaskAgentCloud
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TaskAgentCloud
impl Debug for TaskAgentCloud
Source§impl Default for TaskAgentCloud
impl Default for TaskAgentCloud
Source§fn default() -> TaskAgentCloud
fn default() -> TaskAgentCloud
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TaskAgentCloud
impl<'de> Deserialize<'de> for TaskAgentCloud
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for TaskAgentCloud
impl PartialEq for TaskAgentCloud
Source§impl Serialize for TaskAgentCloud
impl Serialize for TaskAgentCloud
impl StructuralPartialEq for TaskAgentCloud
Auto Trait Implementations§
impl Freeze for TaskAgentCloud
impl RefUnwindSafe for TaskAgentCloud
impl Send for TaskAgentCloud
impl Sync for TaskAgentCloud
impl Unpin for TaskAgentCloud
impl UnwindSafe for TaskAgentCloud
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more