Skip to content

RosServiceMeshProps

Properties for defining a RosServiceMesh.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-asm-servicemesh

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkasm"
&alicloudroscdkasm.RosServiceMeshProps {
    VpcId: interface{},
    VSwitches: interface{},
    ApiServerPublicEip: interface{},
    AuditProject: interface{},
    CustomizedZipkin: interface{},
    EnableAudit: interface{},
    IncludeIpRanges: interface{},
    IstioVersion: interface{},
    LocalityLoadBalancing: interface{},
    Name: interface{},
    Opa: interface{},
    OutboundTrafficPolicy: interface{},
    PilotPublicEip: interface{},
    Proxy: interface{},
    Telemetry: interface{},
    TraceSampling: interface{},
    Tracing: interface{},
}

Properties

Name Type Description
VpcId interface{} No description.
VSwitches interface{} No description.
ApiServerPublicEip interface{} No description.
AuditProject interface{} No description.
CustomizedZipkin interface{} No description.
EnableAudit interface{} No description.
IncludeIpRanges interface{} No description.
IstioVersion interface{} No description.
LocalityLoadBalancing interface{} No description.
Name interface{} No description.
Opa interface{} No description.
OutboundTrafficPolicy interface{} No description.
PilotPublicEip interface{} No description.
Proxy interface{} No description.
Telemetry interface{} No description.
TraceSampling interface{} No description.
Tracing interface{} No description.

VpcIdRequired

VpcId interface{}
  • Type: interface{}

VSwitchesRequired

VSwitches interface{}
  • Type: interface{}

ApiServerPublicEipOptional

ApiServerPublicEip interface{}
  • Type: interface{}

AuditProjectOptional

AuditProject interface{}
  • Type: interface{}

CustomizedZipkinOptional

CustomizedZipkin interface{}
  • Type: interface{}

EnableAuditOptional

EnableAudit interface{}
  • Type: interface{}

IncludeIpRangesOptional

IncludeIpRanges interface{}
  • Type: interface{}

IstioVersionOptional

IstioVersion interface{}
  • Type: interface{}

LocalityLoadBalancingOptional

LocalityLoadBalancing interface{}
  • Type: interface{}

NameOptional

Name interface{}
  • Type: interface{}

OpaOptional

Opa interface{}
  • Type: interface{}

OutboundTrafficPolicyOptional

OutboundTrafficPolicy interface{}
  • Type: interface{}

PilotPublicEipOptional

PilotPublicEip interface{}
  • Type: interface{}

ProxyOptional

Proxy interface{}
  • Type: interface{}

TelemetryOptional

Telemetry interface{}
  • Type: interface{}

TraceSamplingOptional

TraceSampling interface{}
  • Type: interface{}

TracingOptional

Tracing interface{}
  • Type: interface{}