MonitoringNetworkConfig class

The networking configuration for the monitoring job.

Constructors

MonitoringNetworkConfig({bool? enableInterContainerTrafficEncryption, bool? enableNetworkIsolation, VpcConfig? vpcConfig})
MonitoringNetworkConfig.fromJson(Map<String, dynamic> json)
factory

Properties

enableInterContainerTrafficEncryption bool?
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.
final
enableNetworkIsolation bool?
Whether to allow inbound and outbound network calls to and from the containers used for the monitoring job.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vpcConfig VpcConfig?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited