pub struct CreateReversePrivateEndpoint {
pub custom_private_dns_mappings: Option<Vec<CustomPrivateDnsMapping>>,
pub description: String,
pub gcp_service_attachment: Option<String>,
pub msk_authentication: Option<CreateReversePrivateEndpointMskauthentication>,
pub msk_cluster_arn: Option<String>,
pub type: CreateReversePrivateEndpointType,
pub vpc_endpoint_service_name: Option<String>,
pub vpc_resource_configuration_id: Option<String>,
pub vpc_resource_share_arn: Option<String>,
}Expand description
CreateReversePrivateEndpoint from the ClickHouse Cloud API.
Fields§
§custom_private_dns_mappings: Option<Vec<CustomPrivateDnsMapping>>§description: String§gcp_service_attachment: Option<String>§msk_authentication: Option<CreateReversePrivateEndpointMskauthentication>§msk_cluster_arn: Option<String>§type: CreateReversePrivateEndpointType§vpc_endpoint_service_name: Option<String>§vpc_resource_configuration_id: Option<String>Trait Implementations§
Source§impl Clone for CreateReversePrivateEndpoint
impl Clone for CreateReversePrivateEndpoint
Source§fn clone(&self) -> CreateReversePrivateEndpoint
fn clone(&self) -> CreateReversePrivateEndpoint
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CreateReversePrivateEndpoint
impl Debug for CreateReversePrivateEndpoint
Source§impl Default for CreateReversePrivateEndpoint
impl Default for CreateReversePrivateEndpoint
Source§fn default() -> CreateReversePrivateEndpoint
fn default() -> CreateReversePrivateEndpoint
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateReversePrivateEndpoint
impl<'de> Deserialize<'de> for CreateReversePrivateEndpoint
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 CreateReversePrivateEndpoint
impl PartialEq for CreateReversePrivateEndpoint
Source§fn eq(&self, other: &CreateReversePrivateEndpoint) -> bool
fn eq(&self, other: &CreateReversePrivateEndpoint) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CreateReversePrivateEndpoint
Auto Trait Implementations§
impl Freeze for CreateReversePrivateEndpoint
impl RefUnwindSafe for CreateReversePrivateEndpoint
impl Send for CreateReversePrivateEndpoint
impl Sync for CreateReversePrivateEndpoint
impl Unpin for CreateReversePrivateEndpoint
impl UnsafeUnpin for CreateReversePrivateEndpoint
impl UnwindSafe for CreateReversePrivateEndpoint
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