@Generated(value="software.amazon.awssdk:codegen") public final class MonitoringNetworkConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MonitoringNetworkConfig.Builder,MonitoringNetworkConfig>
The networking configuration for the monitoring job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MonitoringNetworkConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static MonitoringNetworkConfig.Builder |
builder() |
Boolean |
enableInterContainerTrafficEncryption()
Whether to encrypt all communications between the instances used for the monitoring jobs.
|
Boolean |
enableNetworkIsolation()
Whether to allow inbound and outbound network calls to and from the containers used for the monitoring job.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends MonitoringNetworkConfig.Builder> |
serializableBuilderClass() |
MonitoringNetworkConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
VpcConfig |
vpcConfig()
Returns the value of the VpcConfig property for this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean enableInterContainerTrafficEncryption()
Whether to encrypt all communications between the instances used for the monitoring jobs. Choose
True to encrypt communications. Encryption provides greater security for distributed jobs, but the
processing might take longer.
True to encrypt communications. Encryption provides greater security for distributed jobs,
but the processing might take longer.public final Boolean enableNetworkIsolation()
Whether to allow inbound and outbound network calls to and from the containers used for the monitoring job.
public final VpcConfig vpcConfig()
public MonitoringNetworkConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MonitoringNetworkConfig.Builder,MonitoringNetworkConfig>public static MonitoringNetworkConfig.Builder builder()
public static Class<? extends MonitoringNetworkConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.