NetworkingConfig¶
-
class
oci.generative_ai.models.NetworkingConfig(**kwargs)¶ Bases:
objectNetworking configuration.
Methods
__init__(**kwargs)Initializes a new NetworkingConfig object with values from keyword arguments. Attributes
inbound_networking_config[Required] Gets the inbound_networking_config of this NetworkingConfig. outbound_networking_config[Required] Gets the outbound_networking_config of this NetworkingConfig. -
__init__(**kwargs)¶ Initializes a new NetworkingConfig object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - inbound_networking_config (oci.generative_ai.models.InboundNetworkingConfig) – The value to assign to the inbound_networking_config property of this NetworkingConfig.
- outbound_networking_config (oci.generative_ai.models.OutboundNetworkingConfig) – The value to assign to the outbound_networking_config property of this NetworkingConfig.
-
inbound_networking_config¶ [Required] Gets the inbound_networking_config of this NetworkingConfig.
Returns: The inbound_networking_config of this NetworkingConfig. Return type: oci.generative_ai.models.InboundNetworkingConfig
-
outbound_networking_config¶ [Required] Gets the outbound_networking_config of this NetworkingConfig.
Returns: The outbound_networking_config of this NetworkingConfig. Return type: oci.generative_ai.models.OutboundNetworkingConfig
-