RosServiceMeshProps
Properties for defining a RosServiceMesh
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-asm-servicemesh
Initializer
using AlibabaCloud.SDK.ROS.CDK.Asm;
new RosServiceMeshProps {
object VpcId,
object VSwitches,
object ApiServerPublicEip = null,
object AuditProject = null,
object CustomizedZipkin = null,
object EnableAudit = null,
object IncludeIpRanges = null,
object IstioVersion = null,
object LocalityLoadBalancing = null,
object Name = null,
object Opa = null,
object OutboundTrafficPolicy = null,
object PilotPublicEip = null,
object Proxy = null,
object Telemetry = null,
object TraceSampling = null,
object Tracing = null
};
Properties
Name | Type | Description |
---|---|---|
VpcId |
object |
No description. |
VSwitches |
object |
No description. |
ApiServerPublicEip |
object |
No description. |
AuditProject |
object |
No description. |
CustomizedZipkin |
object |
No description. |
EnableAudit |
object |
No description. |
IncludeIpRanges |
object |
No description. |
IstioVersion |
object |
No description. |
LocalityLoadBalancing |
object |
No description. |
Name |
object |
No description. |
Opa |
object |
No description. |
OutboundTrafficPolicy |
object |
No description. |
PilotPublicEip |
object |
No description. |
Proxy |
object |
No description. |
Telemetry |
object |
No description. |
TraceSampling |
object |
No description. |
Tracing |
object |
No description. |
VpcId
Required
public object VpcId { get; set; }
- Type: object
VSwitches
Required
public object VSwitches { get; set; }
- Type: object
ApiServerPublicEip
Optional
public object ApiServerPublicEip { get; set; }
- Type: object
AuditProject
Optional
public object AuditProject { get; set; }
- Type: object
CustomizedZipkin
Optional
public object CustomizedZipkin { get; set; }
- Type: object
EnableAudit
Optional
public object EnableAudit { get; set; }
- Type: object
IncludeIpRanges
Optional
public object IncludeIpRanges { get; set; }
- Type: object
IstioVersion
Optional
public object IstioVersion { get; set; }
- Type: object
LocalityLoadBalancing
Optional
public object LocalityLoadBalancing { get; set; }
- Type: object
Name
Optional
public object Name { get; set; }
- Type: object
Opa
Optional
public object Opa { get; set; }
- Type: object
OutboundTrafficPolicy
Optional
public object OutboundTrafficPolicy { get; set; }
- Type: object
PilotPublicEip
Optional
public object PilotPublicEip { get; set; }
- Type: object
Proxy
Optional
public object Proxy { get; set; }
- Type: object
Telemetry
Optional
public object Telemetry { get; set; }
- Type: object
TraceSampling
Optional
public object TraceSampling { get; set; }
- Type: object
Tracing
Optional
public object Tracing { get; set; }
- Type: object