Show / Hide Table of Contents

Class IngressGatewayCollection

Results of an ingressGateway search. Contains both IngressGatewaySummary items and other information such as metadata.

Inheritance
object
IngressGatewayCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ServicemeshService.Models
Assembly: OCI.DotNetSDK.Servicemesh.dll
Syntax
public class IngressGatewayCollection

Properties

Items

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

List of IngressGateway objects.

Remarks

Required

In this article
Back to top