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
ContentTypeCatagoryOptional
public object ContentTypeCatagory { get; set; }
ContentTypeValueOptional
public object ContentTypeValue { get; set; }
FunctionComputeConfigOptional
public object FunctionComputeConfig { get; set; }
MockOptional
public object Mock { get; set; }
public object MockHeaders { get; set; }
MockResultOptional
public object MockResult { get; set; }
MockStatusCodeOptional
public object MockStatusCode { get; set; }
ServiceAddressOptional
public object ServiceAddress { get; set; }
ServiceHttpMethodOptional
public object ServiceHttpMethod { get; set; }
ServicePathOptional
public object ServicePath { get; set; }
ServiceProtocolOptional
public object ServiceProtocol { get; set; }
ServiceTimeOutOptional
public object ServiceTimeOut { get; set; }
ServiceVpcEnableOptional
public object ServiceVpcEnable { get; set; }
VpcConfigOptional
public object VpcConfig { get; set; }