pub struct GetNetworkArgs {
pub name: Output<String>,
pub network_profile: Output<Option<String>>,
pub project: Output<Option<String>>,
}
Fields§
§name: Output<String>
The name of the network.
network_profile: Output<Option<String>>
Beta A full or partial URL of the network profile to apply to this network.
project: Output<Option<String>>
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
Implementations§
source§impl GetNetworkArgs
impl GetNetworkArgs
sourcepub fn builder() -> GetNetworkArgsBuilder
pub fn builder() -> GetNetworkArgsBuilder
Create an instance of GetNetworkArgs
using the builder syntax
Trait Implementations§
source§impl Clone for GetNetworkArgs
impl Clone for GetNetworkArgs
source§fn clone(&self) -> GetNetworkArgs
fn clone(&self) -> GetNetworkArgs
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 moreAuto Trait Implementations§
impl Freeze for GetNetworkArgs
impl RefUnwindSafe for GetNetworkArgs
impl Send for GetNetworkArgs
impl Sync for GetNetworkArgs
impl Unpin for GetNetworkArgs
impl UnwindSafe for GetNetworkArgs
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)