Show / Hide Table of Contents

Class UpdateComputeInstanceGroupDeployEnvironmentDetails

Specifies the Compute instance group environment.

Inheritance
object
UpdateDeployEnvironmentDetails
UpdateComputeInstanceGroupDeployEnvironmentDetails
Inherited Members
UpdateDeployEnvironmentDetails.Description
UpdateDeployEnvironmentDetails.DisplayName
UpdateDeployEnvironmentDetails.FreeformTags
UpdateDeployEnvironmentDetails.DefinedTags
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class UpdateComputeInstanceGroupDeployEnvironmentDetails : UpdateDeployEnvironmentDetails

Properties

ComputeInstanceGroupSelectors

Declaration
[JsonProperty(PropertyName = "computeInstanceGroupSelectors")]
public ComputeInstanceGroupSelectorCollection ComputeInstanceGroupSelectors { get; set; }
Property Value
Type Description
ComputeInstanceGroupSelectorCollection
In this article
Back to top