Show / Hide Table of Contents

Class ComputeInstanceGroupByIdsSelector

Specifies the Compute instance group environment by listing the OCIDs of the compute instances.

Inheritance
object
ComputeInstanceGroupSelector
ComputeInstanceGroupByIdsSelector
Inherited Members
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 ComputeInstanceGroupByIdsSelector : ComputeInstanceGroupSelector

Properties

ComputeInstanceIds

Declaration
[Required(ErrorMessage = "ComputeInstanceIds is required.")]
[JsonProperty(PropertyName = "computeInstanceIds")]
public List<string> ComputeInstanceIds { get; set; }
Property Value
Type Description
List<string>

Compute instance OCID identifiers that are members of this group.

Remarks

Required

In this article
Back to top