pub struct TargetGrpcProxyArgsBuilder<S: State = Empty> { /* private fields */ }
Expand description
Use builder syntax to set the inputs and finish with build_struct()
.
Implementations§
source§impl<S: State> TargetGrpcProxyArgsBuilder<S>
impl<S: State> TargetGrpcProxyArgsBuilder<S>
sourcepub fn build_struct(self) -> TargetGrpcProxyArgswhere
S: IsComplete,
pub fn build_struct(self) -> TargetGrpcProxyArgswhere
S: IsComplete,
Finish building and return the requested object
sourcepub fn description(
self,
value: impl Into<Output<Option<String>>>,
) -> TargetGrpcProxyArgsBuilder<SetDescription<S>>where
S::Description: IsUnset,
pub fn description(
self,
value: impl Into<Output<Option<String>>>,
) -> TargetGrpcProxyArgsBuilder<SetDescription<S>>where
S::Description: IsUnset,
sourcepub fn maybe_description(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> TargetGrpcProxyArgsBuilder<SetDescription<S>>where
S::Description: IsUnset,
pub fn maybe_description(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> TargetGrpcProxyArgsBuilder<SetDescription<S>>where
S::Description: IsUnset,
sourcepub fn name(
self,
value: impl Into<Output<Option<String>>>,
) -> TargetGrpcProxyArgsBuilder<SetName<S>>where
S::Name: IsUnset,
pub fn name(
self,
value: impl Into<Output<Option<String>>>,
) -> TargetGrpcProxyArgsBuilder<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>>>>,
) -> TargetGrpcProxyArgsBuilder<SetName<S>>where
S::Name: IsUnset,
pub fn maybe_name(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> TargetGrpcProxyArgsBuilder<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 project(
self,
value: impl Into<Output<Option<String>>>,
) -> TargetGrpcProxyArgsBuilder<SetProject<S>>where
S::Project: IsUnset,
pub fn project(
self,
value: impl Into<Output<Option<String>>>,
) -> TargetGrpcProxyArgsBuilder<SetProject<S>>where
S::Project: IsUnset,
sourcepub fn maybe_project(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> TargetGrpcProxyArgsBuilder<SetProject<S>>where
S::Project: IsUnset,
pub fn maybe_project(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> TargetGrpcProxyArgsBuilder<SetProject<S>>where
S::Project: IsUnset,
sourcepub fn url_map(
self,
value: impl Into<Output<Option<String>>>,
) -> TargetGrpcProxyArgsBuilder<SetUrlMap<S>>where
S::UrlMap: IsUnset,
pub fn url_map(
self,
value: impl Into<Output<Option<String>>>,
) -> TargetGrpcProxyArgsBuilder<SetUrlMap<S>>where
S::UrlMap: IsUnset,
sourcepub fn maybe_url_map(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> TargetGrpcProxyArgsBuilder<SetUrlMap<S>>where
S::UrlMap: IsUnset,
pub fn maybe_url_map(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> TargetGrpcProxyArgsBuilder<SetUrlMap<S>>where
S::UrlMap: IsUnset,
sourcepub fn validate_for_proxyless(
self,
value: impl Into<Output<Option<bool>>>,
) -> TargetGrpcProxyArgsBuilder<SetValidateForProxyless<S>>where
S::ValidateForProxyless: IsUnset,
pub fn validate_for_proxyless(
self,
value: impl Into<Output<Option<bool>>>,
) -> TargetGrpcProxyArgsBuilder<SetValidateForProxyless<S>>where
S::ValidateForProxyless: IsUnset,
Optional (Some / Option setters). Default: <pulumi_wasm_rust::Output<Option<bool>> as Default>::default()
.
If true, indicates that the BackendServices referenced by the urlMap may be accessed by gRPC applications without using a sidecar proxy. This will enable configuration checks on urlMap and its referenced BackendServices to not allow unsupported features. A gRPC application must use “xds:///” scheme in the target URI of the service it is connecting to. If false, indicates that the BackendServices referenced by the urlMap will be accessed by gRPC applications via a sidecar proxy. In this case, a gRPC application must not use “xds:///” scheme in the target URI of the service it is connecting to
sourcepub fn maybe_validate_for_proxyless(
self,
value: Option<impl Into<Output<Option<bool>>>>,
) -> TargetGrpcProxyArgsBuilder<SetValidateForProxyless<S>>where
S::ValidateForProxyless: IsUnset,
pub fn maybe_validate_for_proxyless(
self,
value: Option<impl Into<Output<Option<bool>>>>,
) -> TargetGrpcProxyArgsBuilder<SetValidateForProxyless<S>>where
S::ValidateForProxyless: IsUnset,
Optional (Some / Option setters). Default: <pulumi_wasm_rust::Output<Option<bool>> as Default>::default()
.
If true, indicates that the BackendServices referenced by the urlMap may be accessed by gRPC applications without using a sidecar proxy. This will enable configuration checks on urlMap and its referenced BackendServices to not allow unsupported features. A gRPC application must use “xds:///” scheme in the target URI of the service it is connecting to. If false, indicates that the BackendServices referenced by the urlMap will be accessed by gRPC applications via a sidecar proxy. In this case, a gRPC application must not use “xds:///” scheme in the target URI of the service it is connecting to