Interface ApigeeTargetServerConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
ApigeeTargetServerConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.406Z") @Stability(Stable) public interface ApigeeTargetServerConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classApigeeTargetServerConfig.BuilderA builder forApigeeTargetServerConfigstatic classApigeeTargetServerConfig.Jsii$ProxyAn implementation forApigeeTargetServerConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ApigeeTargetServerConfig.Builderbuilder()default StringgetDescription()A human-readable description of this TargetServer.StringgetEnvId()The Apigee environment group associated with the Apigee environment, in the format 'organizations/{{org_name}}/environments/{{env_name}}'.StringgetHost()The host name this target connects to.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_target_server#id ApigeeTargetServer#id}.default ObjectgetIsEnabled()Enabling/disabling a TargetServer is useful when TargetServers are used in load balancing configurations, and one or more TargetServers need to taken out of rotation periodically.StringgetName()The resource id of this reference.NumbergetPort()The port number this target connects to on the given host.default StringgetProtocol()Immutable.default ApigeeTargetServerSSlInfogetSSlInfo()s_sl_info block.default ApigeeTargetServerTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getEnvId
@Stability(Stable) @NotNull String getEnvId()
The Apigee environment group associated with the Apigee environment, in the format 'organizations/{{org_name}}/environments/{{env_name}}'.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_target_server#env_id ApigeeTargetServer#env_id}
-
getHost
@Stability(Stable) @NotNull String getHost()
The host name this target connects to. Value must be a valid hostname as described by RFC-1123.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_target_server#host ApigeeTargetServer#host}
-
getName
@Stability(Stable) @NotNull String getName()
The resource id of this reference. Values must match the regular expression [\w\s-.]+.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_target_server#name ApigeeTargetServer#name}
-
getPort
@Stability(Stable) @NotNull Number getPort()
The port number this target connects to on the given host. Value must be between 1 and 65535, inclusive.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_target_server#port ApigeeTargetServer#port}
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
A human-readable description of this TargetServer.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_target_server#description ApigeeTargetServer#description}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_target_server#id ApigeeTargetServer#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
-
getIsEnabled
@Stability(Stable) @Nullable default Object getIsEnabled()
Enabling/disabling a TargetServer is useful when TargetServers are used in load balancing configurations, and one or more TargetServers need to taken out of rotation periodically.Defaults to true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_target_server#is_enabled ApigeeTargetServer#is_enabled}
-
getProtocol
@Stability(Stable) @Nullable default String getProtocol()
Immutable. The protocol used by this TargetServer. Possible values: ["HTTP", "HTTP2", "GRPC_TARGET", "GRPC", "EXTERNAL_CALLOUT"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_target_server#protocol ApigeeTargetServer#protocol}
-
getSSlInfo
@Stability(Stable) @Nullable default ApigeeTargetServerSSlInfo getSSlInfo()
s_sl_info block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_target_server#s_sl_info ApigeeTargetServer#s_sl_info}
-
getTimeouts
@Stability(Stable) @Nullable default ApigeeTargetServerTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_target_server#timeouts ApigeeTargetServer#timeouts}
-
builder
@Stability(Stable) static ApigeeTargetServerConfig.Builder builder()
- Returns:
- a
ApigeeTargetServerConfig.BuilderofApigeeTargetServerConfig
-
-