Class JobCustomNetworkConfiguration
The job custom network configuration details
Inherited Members
Namespace: Oci.DatascienceService.Models
Assembly: OCI.DotNetSDK.Datascience.dll
Syntax
public class JobCustomNetworkConfiguration : JobNetworkConfiguration
Properties
SubnetId
Declaration
[Required(ErrorMessage = "SubnetId is required.")]
[JsonProperty(PropertyName = "subnetId")]
public string SubnetId { get; set; }
Property Value
Type | Description |
---|---|
string | The custom subnet id |
Remarks
Required