ServiceConfigProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Apigateway;
new ServiceConfigProperty {
object ContentTypeCatagory = null,
object ContentTypeValue = null,
object FunctionComputeConfig = null,
object Mock = null,
object MockHeaders = null,
object MockResult = null,
object MockStatusCode = null,
object ServiceAddress = null,
object ServiceHttpMethod = null,
object ServicePath = null,
object ServiceProtocol = null,
object ServiceTimeOut = null,
object ServiceVpcEnable = null,
object VpcConfig = null
};
Properties
ContentTypeCatagory
Optional
public object ContentTypeCatagory { get; set; }
ContentTypeValue
Optional
public object ContentTypeValue { get; set; }
FunctionComputeConfig
Optional
public object FunctionComputeConfig { get; set; }
Mock
Optional
public object Mock { get; set; }
public object MockHeaders { get; set; }
MockResult
Optional
public object MockResult { get; set; }
MockStatusCode
Optional
public object MockStatusCode { get; set; }
ServiceAddress
Optional
public object ServiceAddress { get; set; }
ServiceHttpMethod
Optional
public object ServiceHttpMethod { get; set; }
ServicePath
Optional
public object ServicePath { get; set; }
ServiceProtocol
Optional
public object ServiceProtocol { get; set; }
ServiceTimeOut
Optional
public object ServiceTimeOut { get; set; }
ServiceVpcEnable
Optional
public object ServiceVpcEnable { get; set; }
VpcConfig
Optional
public object VpcConfig { get; set; }