pub struct ModifyAccountRequest {
pub dedicated_tenancy_management_cidr_range: Option<String>,
pub dedicated_tenancy_support: Option<String>,
}Fields§
§dedicated_tenancy_management_cidr_range: Option<String>The IP address range, specified as an IPv4 CIDR block, for the management network interface. Specify an IP address range that is compatible with your network and in CIDR notation (that is, specify the range as an IPv4 CIDR block). The CIDR block size must be /16 (for example, 203.0.113.25/16). It must also be specified as available by the ListAvailableManagementCidrRanges operation.
dedicated_tenancy_support: Option<String>The status of BYOL.
Trait Implementations§
Source§impl Clone for ModifyAccountRequest
impl Clone for ModifyAccountRequest
Source§fn clone(&self) -> ModifyAccountRequest
fn clone(&self) -> ModifyAccountRequest
Returns a duplicate 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 ModifyAccountRequest
impl Debug for ModifyAccountRequest
Source§impl Default for ModifyAccountRequest
impl Default for ModifyAccountRequest
Source§fn default() -> ModifyAccountRequest
fn default() -> ModifyAccountRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for ModifyAccountRequest
impl PartialEq for ModifyAccountRequest
Source§impl Serialize for ModifyAccountRequest
impl Serialize for ModifyAccountRequest
impl StructuralPartialEq for ModifyAccountRequest
Auto Trait Implementations§
impl Freeze for ModifyAccountRequest
impl RefUnwindSafe for ModifyAccountRequest
impl Send for ModifyAccountRequest
impl Sync for ModifyAccountRequest
impl Unpin for ModifyAccountRequest
impl UnwindSafe for ModifyAccountRequest
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