TestNetworkConnectivity¶
-
class
oci.data_connectivity.models.
TestNetworkConnectivity
(**kwargs)¶ Bases:
object
The network validation response.
Methods
__init__
(**kwargs)Initializes a new TestNetworkConnectivity object with values from keyword arguments. Attributes
exception_message
Gets the exception_message of this TestNetworkConnectivity. is_reachable
[Required] Gets the is_reachable of this TestNetworkConnectivity. network_validation_output
Gets the network_validation_output of this TestNetworkConnectivity. -
__init__
(**kwargs)¶ Initializes a new TestNetworkConnectivity object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - network_validation_output (str) – The value to assign to the network_validation_output property of this TestNetworkConnectivity.
- is_reachable (bool) – The value to assign to the is_reachable property of this TestNetworkConnectivity.
- exception_message (str) – The value to assign to the exception_message property of this TestNetworkConnectivity.
-
exception_message
¶ Gets the exception_message of this TestNetworkConnectivity. Exception or error message encountered while testing network reachability for the data asset.
Returns: The exception_message of this TestNetworkConnectivity. Return type: str
-
is_reachable
¶ [Required] Gets the is_reachable of this TestNetworkConnectivity. True if the data asset is has a valid network path.
Returns: The is_reachable of this TestNetworkConnectivity. Return type: bool
-
network_validation_output
¶ Gets the network_validation_output of this TestNetworkConnectivity. Last line from network validation command execution output.
Returns: The network_validation_output of this TestNetworkConnectivity. Return type: str
-