Show / Hide Table of Contents

Class VirtualServiceAccessPolicyTarget

Virtual service target which communicates with other virtual services in a mesh.

Inheritance
object
AccessPolicyTarget
VirtualServiceAccessPolicyTarget
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 VirtualServiceAccessPolicyTarget : AccessPolicyTarget

Properties

VirtualServiceId

Declaration
[JsonProperty(PropertyName = "virtualServiceId")]
public string VirtualServiceId { get; set; }
Property Value
Type Description
string

The OCID of the virtual service resource.

In this article
Back to top