Class NetworkingConfig
Networking configuration.
Inherited Members
Namespace: Oci.GenerativeaiService.Models
Assembly: OCI.DotNetSDK.Generativeai.dll
Syntax
public class NetworkingConfig
Properties
InboundNetworkingConfig
Declaration
[Required(ErrorMessage = "InboundNetworkingConfig is required.")]
[JsonProperty(PropertyName = "inboundNetworkingConfig")]
public InboundNetworkingConfig InboundNetworkingConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| InboundNetworkingConfig |
Remarks
Required
OutboundNetworkingConfig
Declaration
[Required(ErrorMessage = "OutboundNetworkingConfig is required.")]
[JsonProperty(PropertyName = "outboundNetworkingConfig")]
public OutboundNetworkingConfig OutboundNetworkingConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| OutboundNetworkingConfig |
Remarks
Required