pub struct HaVpnGatewayArgsBuilder<S: State = Empty> { /* private fields */ }
Expand description
Use builder syntax to set the inputs and finish with build_struct()
.
Implementations§
source§impl<S: State> HaVpnGatewayArgsBuilder<S>
impl<S: State> HaVpnGatewayArgsBuilder<S>
sourcepub fn build_struct(self) -> HaVpnGatewayArgswhere
S: IsComplete,
pub fn build_struct(self) -> HaVpnGatewayArgswhere
S: IsComplete,
Finish building and return the requested object
sourcepub fn description(
self,
value: impl Into<Output<Option<String>>>,
) -> HaVpnGatewayArgsBuilder<SetDescription<S>>where
S::Description: IsUnset,
pub fn description(
self,
value: impl Into<Output<Option<String>>>,
) -> HaVpnGatewayArgsBuilder<SetDescription<S>>where
S::Description: IsUnset,
sourcepub fn maybe_description(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> HaVpnGatewayArgsBuilder<SetDescription<S>>where
S::Description: IsUnset,
pub fn maybe_description(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> HaVpnGatewayArgsBuilder<SetDescription<S>>where
S::Description: IsUnset,
sourcepub fn gateway_ip_version(
self,
value: impl Into<Output<Option<String>>>,
) -> HaVpnGatewayArgsBuilder<SetGatewayIpVersion<S>>where
S::GatewayIpVersion: IsUnset,
pub fn gateway_ip_version(
self,
value: impl Into<Output<Option<String>>>,
) -> HaVpnGatewayArgsBuilder<SetGatewayIpVersion<S>>where
S::GatewayIpVersion: IsUnset,
sourcepub fn maybe_gateway_ip_version(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> HaVpnGatewayArgsBuilder<SetGatewayIpVersion<S>>where
S::GatewayIpVersion: IsUnset,
pub fn maybe_gateway_ip_version(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> HaVpnGatewayArgsBuilder<SetGatewayIpVersion<S>>where
S::GatewayIpVersion: IsUnset,
sourcepub fn name(
self,
value: impl Into<Output<Option<String>>>,
) -> HaVpnGatewayArgsBuilder<SetName<S>>where
S::Name: IsUnset,
pub fn name(
self,
value: impl Into<Output<Option<String>>>,
) -> HaVpnGatewayArgsBuilder<SetName<S>>where
S::Name: IsUnset,
Optional (Some / Option setters). Default: <pulumi_wasm_rust::Output<Option<String>> as Default>::default()
.
Name of the resource. Provided by the client when the resource is
created. The name must be 1-63 characters long, and comply with
RFC1035. Specifically, the name must be 1-63 characters long and
match the regular expression a-z?
which means
the first character must be a lowercase letter, and all following
characters must be a dash, lowercase letter, or digit, except the last
character, which cannot be a dash.
sourcepub fn maybe_name(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> HaVpnGatewayArgsBuilder<SetName<S>>where
S::Name: IsUnset,
pub fn maybe_name(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> HaVpnGatewayArgsBuilder<SetName<S>>where
S::Name: IsUnset,
Optional (Some / Option setters). Default: <pulumi_wasm_rust::Output<Option<String>> as Default>::default()
.
Name of the resource. Provided by the client when the resource is
created. The name must be 1-63 characters long, and comply with
RFC1035. Specifically, the name must be 1-63 characters long and
match the regular expression a-z?
which means
the first character must be a lowercase letter, and all following
characters must be a dash, lowercase letter, or digit, except the last
character, which cannot be a dash.
sourcepub fn network(
self,
value: impl Into<Output<String>>,
) -> HaVpnGatewayArgsBuilder<SetNetwork<S>>where
S::Network: IsUnset,
pub fn network(
self,
value: impl Into<Output<String>>,
) -> HaVpnGatewayArgsBuilder<SetNetwork<S>>where
S::Network: IsUnset,
Required.
The network this VPN gateway is accepting traffic for.
sourcepub fn project(
self,
value: impl Into<Output<Option<String>>>,
) -> HaVpnGatewayArgsBuilder<SetProject<S>>where
S::Project: IsUnset,
pub fn project(
self,
value: impl Into<Output<Option<String>>>,
) -> HaVpnGatewayArgsBuilder<SetProject<S>>where
S::Project: IsUnset,
sourcepub fn maybe_project(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> HaVpnGatewayArgsBuilder<SetProject<S>>where
S::Project: IsUnset,
pub fn maybe_project(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> HaVpnGatewayArgsBuilder<SetProject<S>>where
S::Project: IsUnset,
sourcepub fn region(
self,
value: impl Into<Output<Option<String>>>,
) -> HaVpnGatewayArgsBuilder<SetRegion<S>>where
S::Region: IsUnset,
pub fn region(
self,
value: impl Into<Output<Option<String>>>,
) -> HaVpnGatewayArgsBuilder<SetRegion<S>>where
S::Region: IsUnset,
sourcepub fn maybe_region(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> HaVpnGatewayArgsBuilder<SetRegion<S>>where
S::Region: IsUnset,
pub fn maybe_region(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> HaVpnGatewayArgsBuilder<SetRegion<S>>where
S::Region: IsUnset,
sourcepub fn stack_type(
self,
value: impl Into<Output<Option<String>>>,
) -> HaVpnGatewayArgsBuilder<SetStackType<S>>where
S::StackType: IsUnset,
pub fn stack_type(
self,
value: impl Into<Output<Option<String>>>,
) -> HaVpnGatewayArgsBuilder<SetStackType<S>>where
S::StackType: IsUnset,
Optional (Some / Option setters). Default: <pulumi_wasm_rust::Output<Option<String>> as Default>::default()
.
The stack type for this VPN gateway to identify the IP protocols that are enabled.
If not specified, IPV4_ONLY will be used.
Default value is IPV4_ONLY
.
Possible values are: IPV4_ONLY
, IPV4_IPV6
, IPV6_ONLY
.
sourcepub fn maybe_stack_type(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> HaVpnGatewayArgsBuilder<SetStackType<S>>where
S::StackType: IsUnset,
pub fn maybe_stack_type(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> HaVpnGatewayArgsBuilder<SetStackType<S>>where
S::StackType: IsUnset,
Optional (Some / Option setters). Default: <pulumi_wasm_rust::Output<Option<String>> as Default>::default()
.
The stack type for this VPN gateway to identify the IP protocols that are enabled.
If not specified, IPV4_ONLY will be used.
Default value is IPV4_ONLY
.
Possible values are: IPV4_ONLY
, IPV4_IPV6
, IPV6_ONLY
.