pub struct GetNetblockIpRangesArgsBuilder<S: State = Empty> { /* private fields */ }
Expand description
Use builder syntax to set the inputs and finish with build_struct()
.
Implementations§
source§impl<S: State> GetNetblockIpRangesArgsBuilder<S>
impl<S: State> GetNetblockIpRangesArgsBuilder<S>
sourcepub fn build_struct(self) -> GetNetblockIpRangesArgswhere
S: IsComplete,
pub fn build_struct(self) -> GetNetblockIpRangesArgswhere
S: IsComplete,
Finish building and return the requested object
sourcepub fn range_type(
self,
value: impl Into<Output<Option<String>>>,
) -> GetNetblockIpRangesArgsBuilder<SetRangeType<S>>where
S::RangeType: IsUnset,
pub fn range_type(
self,
value: impl Into<Output<Option<String>>>,
) -> GetNetblockIpRangesArgsBuilder<SetRangeType<S>>where
S::RangeType: IsUnset,
Optional (Some / Option setters). Default: <pulumi_wasm_rust::Output<Option<String>> as Default>::default()
.
The type of range for which to provide results.
Defaults to cloud-netblocks
. The following range_type
s are supported:
-
cloud-netblocks
- Corresponds to the IP addresses used for resources on Google Cloud Platform. More details. -
google-netblocks
- Corresponds to IP addresses used for Google services. More details. -
restricted-googleapis
- Corresponds to the IP addresses used for Private Google Access only for services that support VPC Service Controls API access. More details. -
private-googleapis
- Corresponds to the IP addresses used for Private Google Access for services that do not support VPC Service Controls. More details. -
dns-forwarders
- Corresponds to the IP addresses used to originate Cloud DNS outbound forwarding. More details. -
iap-forwarders
- Corresponds to the IP addresses used for Cloud IAP for TCP forwarding. More details. -
health-checkers
- Corresponds to the IP addresses used for health checking in Cloud Load Balancing. More details. -
legacy-health-checkers
- Corresponds to the IP addresses used for legacy style health checkers (used by Network Load Balancing). More details.
sourcepub fn maybe_range_type(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> GetNetblockIpRangesArgsBuilder<SetRangeType<S>>where
S::RangeType: IsUnset,
pub fn maybe_range_type(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> GetNetblockIpRangesArgsBuilder<SetRangeType<S>>where
S::RangeType: IsUnset,
Optional (Some / Option setters). Default: <pulumi_wasm_rust::Output<Option<String>> as Default>::default()
.
The type of range for which to provide results.
Defaults to cloud-netblocks
. The following range_type
s are supported:
-
cloud-netblocks
- Corresponds to the IP addresses used for resources on Google Cloud Platform. More details. -
google-netblocks
- Corresponds to IP addresses used for Google services. More details. -
restricted-googleapis
- Corresponds to the IP addresses used for Private Google Access only for services that support VPC Service Controls API access. More details. -
private-googleapis
- Corresponds to the IP addresses used for Private Google Access for services that do not support VPC Service Controls. More details. -
dns-forwarders
- Corresponds to the IP addresses used to originate Cloud DNS outbound forwarding. More details. -
iap-forwarders
- Corresponds to the IP addresses used for Cloud IAP for TCP forwarding. More details. -
health-checkers
- Corresponds to the IP addresses used for health checking in Cloud Load Balancing. More details. -
legacy-health-checkers
- Corresponds to the IP addresses used for legacy style health checkers (used by Network Load Balancing). More details.