Uses of Class
com.oracle.bmc.devops.model.NetworkChannel
-
Packages that use NetworkChannel Package Description com.oracle.bmc.devops.model -
-
Uses of NetworkChannel in com.oracle.bmc.devops.model
Subclasses of NetworkChannel in com.oracle.bmc.devops.model Modifier and Type Class Description class
PrivateEndpointChannel
Specifies the configuration to access private endpoint.class
ServiceVnicChannel
Specifies the configuration to access private resources in customer tenancy using service managed VNIC.Methods in com.oracle.bmc.devops.model that return NetworkChannel Modifier and Type Method Description NetworkChannel
ContainerInstanceConfig. getNetworkChannel()
NetworkChannel
CreateOkeClusterDeployEnvironmentDetails. getNetworkChannel()
NetworkChannel
OkeClusterDeployEnvironment. getNetworkChannel()
NetworkChannel
OkeClusterDeployEnvironmentSummary. getNetworkChannel()
NetworkChannel
UpdateOkeClusterDeployEnvironmentDetails. getNetworkChannel()
NetworkChannel
BuildStage. getPrivateAccessConfig()
NetworkChannel
BuildStageRunProgress. getPrivateAccessConfig()
NetworkChannel
BuildStageSummary. getPrivateAccessConfig()
NetworkChannel
CreateBuildStageDetails. getPrivateAccessConfig()
NetworkChannel
UpdateBuildStageDetails. getPrivateAccessConfig()
Constructors in com.oracle.bmc.devops.model with parameters of type NetworkChannel Constructor Description BuildStage(String id, String displayName, String description, String projectId, String buildPipelineId, String compartmentId, Date timeCreated, Date timeUpdated, BuildPipelineStage.LifecycleState lifecycleState, String lifecycleDetails, BuildPipelineStagePredecessorCollection buildPipelineStagePredecessorCollection, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, BuildStage.Image image, String buildSpecFile, Integer stageExecutionTimeoutInSeconds, BuildSourceCollection buildSourceCollection, String primaryBuildSource, BuildRunnerShapeConfig buildRunnerShapeConfig, NetworkChannel privateAccessConfig)
Deprecated.BuildStageRunProgress(String stageDisplayName, String buildPipelineStageId, Date timeStarted, Date timeFinished, BuildPipelineStageRunProgress.Status status, BuildPipelineStagePredecessorCollection buildPipelineStagePredecessors, String actualBuildRunnerShape, ActualBuildRunnerShapeConfig actualBuildRunnerShapeConfig, BuildStageRunProgress.Image image, String buildSpecFile, Integer stageExecutionTimeoutInSeconds, BuildSourceCollection buildSourceCollection, String primaryBuildSource, List<BuildStageRunStep> steps, ExportedVariableCollection exportedVariables, NetworkChannel privateAccessConfig)
Deprecated.BuildStageSummary(String id, String displayName, String projectId, String buildPipelineId, String compartmentId, Date timeCreated, Date timeUpdated, BuildPipelineStage.LifecycleState lifecycleState, String lifecycleDetails, String description, BuildPipelineStagePredecessorCollection buildPipelineStagePredecessorCollection, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, BuildStage.Image image, String buildSpecFile, Integer stageExecutionTimeoutInSeconds, BuildSourceCollection buildSourceCollection, String primaryBuildSource, BuildRunnerShapeConfig buildRunnerShapeConfig, NetworkChannel privateAccessConfig)
Deprecated.ContainerInstanceConfig(String compartmentId, String availabilityDomain, String shapeName, ShapeConfig shapeConfig, NetworkChannel networkChannel)
Deprecated.CreateBuildStageDetails(String displayName, String description, String buildPipelineId, BuildPipelineStagePredecessorCollection buildPipelineStagePredecessorCollection, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, BuildStage.Image image, String buildSpecFile, Integer stageExecutionTimeoutInSeconds, BuildSourceCollection buildSourceCollection, String primaryBuildSource, BuildRunnerShapeConfig buildRunnerShapeConfig, NetworkChannel privateAccessConfig)
Deprecated.CreateOkeClusterDeployEnvironmentDetails(String description, String displayName, String projectId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String clusterId, NetworkChannel networkChannel)
Deprecated.OkeClusterDeployEnvironment(String id, String description, String displayName, String projectId, String compartmentId, Date timeCreated, Date timeUpdated, DeployEnvironment.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String clusterId, NetworkChannel networkChannel)
Deprecated.OkeClusterDeployEnvironmentSummary(String id, String description, String displayName, String projectId, String compartmentId, Date timeCreated, Date timeUpdated, DeployEnvironment.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String clusterId, NetworkChannel networkChannel)
Deprecated.UpdateBuildStageDetails(String displayName, String description, BuildPipelineStagePredecessorCollection buildPipelineStagePredecessorCollection, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, BuildStage.Image image, String buildSpecFile, Integer stageExecutionTimeoutInSeconds, BuildSourceCollection buildSourceCollection, String primaryBuildSource, BuildRunnerShapeConfig buildRunnerShapeConfig, NetworkChannel privateAccessConfig)
Deprecated.UpdateOkeClusterDeployEnvironmentDetails(String description, String displayName, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String clusterId, NetworkChannel networkChannel)
Deprecated.
-