pub struct ReversePrivateEndpoint {Show 15 fields
pub custom_private_dns_mappings: Option<Vec<CustomPrivateDnsMapping>>,
pub description: String,
pub dns_names: Vec<String>,
pub endpoint_id: String,
pub gcp_service_attachment: Option<String>,
pub id: Uuid,
pub msk_authentication: Option<ReversePrivateEndpointMskauthentication>,
pub msk_cluster_arn: Option<String>,
pub private_dns_names: Vec<String>,
pub service_id: Uuid,
pub status: ReversePrivateEndpointStatus,
pub type: ReversePrivateEndpointType,
pub vpc_endpoint_service_name: Option<String>,
pub vpc_resource_configuration_id: Option<String>,
pub vpc_resource_share_arn: Option<String>,
}Expand description
ReversePrivateEndpoint from the ClickHouse Cloud API.
Fields§
§custom_private_dns_mappings: Option<Vec<CustomPrivateDnsMapping>>§description: String§dns_names: Vec<String>§endpoint_id: String§gcp_service_attachment: Option<String>§id: Uuid§msk_authentication: Option<ReversePrivateEndpointMskauthentication>§msk_cluster_arn: Option<String>§private_dns_names: Vec<String>§service_id: Uuid§status: ReversePrivateEndpointStatus§type: ReversePrivateEndpointType§vpc_endpoint_service_name: Option<String>§vpc_resource_configuration_id: Option<String>Trait Implementations§
Source§impl Clone for ReversePrivateEndpoint
impl Clone for ReversePrivateEndpoint
Source§fn clone(&self) -> ReversePrivateEndpoint
fn clone(&self) -> ReversePrivateEndpoint
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 ReversePrivateEndpoint
impl Debug for ReversePrivateEndpoint
Source§impl Default for ReversePrivateEndpoint
impl Default for ReversePrivateEndpoint
Source§fn default() -> ReversePrivateEndpoint
fn default() -> ReversePrivateEndpoint
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ReversePrivateEndpoint
impl<'de> Deserialize<'de> for ReversePrivateEndpoint
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 ReversePrivateEndpoint
impl PartialEq for ReversePrivateEndpoint
Source§fn eq(&self, other: &ReversePrivateEndpoint) -> bool
fn eq(&self, other: &ReversePrivateEndpoint) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ReversePrivateEndpoint
impl Serialize for ReversePrivateEndpoint
impl StructuralPartialEq for ReversePrivateEndpoint
Auto Trait Implementations§
impl Freeze for ReversePrivateEndpoint
impl RefUnwindSafe for ReversePrivateEndpoint
impl Send for ReversePrivateEndpoint
impl Sync for ReversePrivateEndpoint
impl Unpin for ReversePrivateEndpoint
impl UnsafeUnpin for ReversePrivateEndpoint
impl UnwindSafe for ReversePrivateEndpoint
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