Show / Hide Table of Contents

Class DefaultVirtualServiceRoutingPolicy

Routing policy for the virtual service.

Inheritance
object
DefaultVirtualServiceRoutingPolicy
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 DefaultVirtualServiceRoutingPolicy

Properties

Type

Declaration
[Required(ErrorMessage = "Type is required.")]
[JsonProperty(PropertyName = "type")]
[JsonConverter(typeof(ResponseEnumConverter))]
public DefaultVirtualServiceRoutingPolicy.TypeEnum? Type { get; set; }
Property Value
Type Description
DefaultVirtualServiceRoutingPolicy.TypeEnum?

Type of the virtual service routing policy.

Remarks

Required

In this article
Back to top