Show / Hide Table of Contents

Class CreateComputeInstanceGroupDeployEnvironmentDetails

Specifies the Compute instance group environment.

Inheritance
object
CreateDeployEnvironmentDetails
CreateComputeInstanceGroupDeployEnvironmentDetails
Inherited Members
CreateDeployEnvironmentDetails.Description
CreateDeployEnvironmentDetails.DisplayName
CreateDeployEnvironmentDetails.ProjectId
CreateDeployEnvironmentDetails.FreeformTags
CreateDeployEnvironmentDetails.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 CreateComputeInstanceGroupDeployEnvironmentDetails : CreateDeployEnvironmentDetails

Properties

ComputeInstanceGroupSelectors

Declaration
[Required(ErrorMessage = "ComputeInstanceGroupSelectors is required.")]
[JsonProperty(PropertyName = "computeInstanceGroupSelectors")]
public ComputeInstanceGroupSelectorCollection ComputeInstanceGroupSelectors { get; set; }
Property Value
Type Description
ComputeInstanceGroupSelectorCollection
Remarks

Required

In this article
Back to top