pub struct PublicDelegatedPrefixArgsBuilder<S: State = Empty> { /* private fields */ }
Expand description
Use builder syntax to set the inputs and finish with build_struct()
.
Implementations§
source§impl<S: State> PublicDelegatedPrefixArgsBuilder<S>
impl<S: State> PublicDelegatedPrefixArgsBuilder<S>
sourcepub fn build_struct(self) -> PublicDelegatedPrefixArgswhere
S: IsComplete,
pub fn build_struct(self) -> PublicDelegatedPrefixArgswhere
S: IsComplete,
Finish building and return the requested object
sourcepub fn description(
self,
value: impl Into<Output<Option<String>>>,
) -> PublicDelegatedPrefixArgsBuilder<SetDescription<S>>where
S::Description: IsUnset,
pub fn description(
self,
value: impl Into<Output<Option<String>>>,
) -> PublicDelegatedPrefixArgsBuilder<SetDescription<S>>where
S::Description: IsUnset,
sourcepub fn maybe_description(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> PublicDelegatedPrefixArgsBuilder<SetDescription<S>>where
S::Description: IsUnset,
pub fn maybe_description(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> PublicDelegatedPrefixArgsBuilder<SetDescription<S>>where
S::Description: IsUnset,
sourcepub fn ip_cidr_range(
self,
value: impl Into<Output<String>>,
) -> PublicDelegatedPrefixArgsBuilder<SetIpCidrRange<S>>where
S::IpCidrRange: IsUnset,
pub fn ip_cidr_range(
self,
value: impl Into<Output<String>>,
) -> PublicDelegatedPrefixArgsBuilder<SetIpCidrRange<S>>where
S::IpCidrRange: IsUnset,
Required.
The IPv4 address range, in CIDR format, represented by this public advertised prefix.
sourcepub fn is_live_migration(
self,
value: impl Into<Output<Option<bool>>>,
) -> PublicDelegatedPrefixArgsBuilder<SetIsLiveMigration<S>>where
S::IsLiveMigration: IsUnset,
pub fn is_live_migration(
self,
value: impl Into<Output<Option<bool>>>,
) -> PublicDelegatedPrefixArgsBuilder<SetIsLiveMigration<S>>where
S::IsLiveMigration: IsUnset,
sourcepub fn maybe_is_live_migration(
self,
value: Option<impl Into<Output<Option<bool>>>>,
) -> PublicDelegatedPrefixArgsBuilder<SetIsLiveMigration<S>>where
S::IsLiveMigration: IsUnset,
pub fn maybe_is_live_migration(
self,
value: Option<impl Into<Output<Option<bool>>>>,
) -> PublicDelegatedPrefixArgsBuilder<SetIsLiveMigration<S>>where
S::IsLiveMigration: IsUnset,
sourcepub fn name(
self,
value: impl Into<Output<Option<String>>>,
) -> PublicDelegatedPrefixArgsBuilder<SetName<S>>where
S::Name: IsUnset,
pub fn name(
self,
value: impl Into<Output<Option<String>>>,
) -> PublicDelegatedPrefixArgsBuilder<SetName<S>>where
S::Name: IsUnset,
Optional (Some / Option setters). Default: <pulumi_wasm_rust::Output<Option<String>> as Default>::default()
.
Name of the resource. 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>>>>,
) -> PublicDelegatedPrefixArgsBuilder<SetName<S>>where
S::Name: IsUnset,
pub fn maybe_name(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> PublicDelegatedPrefixArgsBuilder<SetName<S>>where
S::Name: IsUnset,
Optional (Some / Option setters). Default: <pulumi_wasm_rust::Output<Option<String>> as Default>::default()
.
Name of the resource. 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 parent_prefix(
self,
value: impl Into<Output<String>>,
) -> PublicDelegatedPrefixArgsBuilder<SetParentPrefix<S>>where
S::ParentPrefix: IsUnset,
pub fn parent_prefix(
self,
value: impl Into<Output<String>>,
) -> PublicDelegatedPrefixArgsBuilder<SetParentPrefix<S>>where
S::ParentPrefix: IsUnset,
Required.
The URL of parent prefix. Either PublicAdvertisedPrefix or PublicDelegatedPrefix.