Interface ComputeInterconnectMacsecPreSharedKeys
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeInterconnectMacsecPreSharedKeys.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.577Z") @Stability(Stable) public interface ComputeInterconnectMacsecPreSharedKeys extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeInterconnectMacsecPreSharedKeys.BuilderA builder forComputeInterconnectMacsecPreSharedKeysstatic classComputeInterconnectMacsecPreSharedKeys.Jsii$ProxyAn implementation forComputeInterconnectMacsecPreSharedKeys
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ComputeInterconnectMacsecPreSharedKeys.Builderbuilder()default ObjectgetFailOpen()If set to true, the Interconnect connection is configured with a should-secure MACsec security policy, that allows the Google router to fallback to cleartext traffic if the MKA session cannot be established.StringgetName()A name for this pre-shared key.default StringgetStartTime()A RFC3339 timestamp on or after which the key is valid.
-
-
-
Method Detail
-
getName
@Stability(Stable) @NotNull String getName()
A name for this pre-shared key.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](%5B-a-z0-9%5D*%5Ba-z0-9%5D)?' 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. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_interconnect#name ComputeInterconnect#name}
-
getFailOpen
@Stability(Stable) @Nullable default Object getFailOpen()
If set to true, the Interconnect connection is configured with a should-secure MACsec security policy, that allows the Google router to fallback to cleartext traffic if the MKA session cannot be established.By default, the Interconnect connection is configured with a must-secure security policy that drops all traffic if the MKA session cannot be established with your router. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_interconnect#fail_open ComputeInterconnect#fail_open}
-
getStartTime
@Stability(Stable) @Nullable default String getStartTime()
A RFC3339 timestamp on or after which the key is valid.startTime can be in the future. If the keychain has a single key, startTime can be omitted. If the keychain has multiple keys, startTime is mandatory for each key. The start times of keys must be in increasing order. The start times of two consecutive keys must be at least 6 hours apart. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_interconnect#start_time ComputeInterconnect#start_time}
-
builder
@Stability(Stable) static ComputeInterconnectMacsecPreSharedKeys.Builder builder()
-
-