pub struct GetLbipRangesResult {
pub http_ssl_tcp_internals: Output<Vec<String>>,
pub id: Output<String>,
pub networks: Output<Vec<String>>,
}
Fields§
§http_ssl_tcp_internals: Output<Vec<String>>
The IP ranges used for health checks when HTTP(S), SSL proxy, TCP proxy, and Internal load balancing is used
id: Output<String>
The provider-assigned unique ID for this managed resource.
networks: Output<Vec<String>>
The IP ranges used for health checks when Network load balancing is used
Auto Trait Implementations§
impl Freeze for GetLbipRangesResult
impl RefUnwindSafe for GetLbipRangesResult
impl Send for GetLbipRangesResult
impl Sync for GetLbipRangesResult
impl Unpin for GetLbipRangesResult
impl UnwindSafe for GetLbipRangesResult
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