Skip to content

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

Name Type Description
ContentTypeCatagory object No description.
ContentTypeValue object No description.
FunctionComputeConfig object No description.
Mock object No description.
MockHeaders object No description.
MockResult object No description.
MockStatusCode object No description.
ServiceAddress object No description.
ServiceHttpMethod object No description.
ServicePath object No description.
ServiceProtocol object No description.
ServiceTimeOut object No description.
ServiceVpcEnable object No description.
VpcConfig object No description.

ContentTypeCatagoryOptional

public object ContentTypeCatagory { get; set; }
  • Type: object

ContentTypeValueOptional

public object ContentTypeValue { get; set; }
  • Type: object

FunctionComputeConfigOptional

public object FunctionComputeConfig { get; set; }
  • Type: object

MockOptional

public object Mock { get; set; }
  • Type: object

MockHeadersOptional

public object MockHeaders { get; set; }
  • Type: object

MockResultOptional

public object MockResult { get; set; }
  • Type: object

MockStatusCodeOptional

public object MockStatusCode { get; set; }
  • Type: object

ServiceAddressOptional

public object ServiceAddress { get; set; }
  • Type: object

ServiceHttpMethodOptional

public object ServiceHttpMethod { get; set; }
  • Type: object

ServicePathOptional

public object ServicePath { get; set; }
  • Type: object

ServiceProtocolOptional

public object ServiceProtocol { get; set; }
  • Type: object

ServiceTimeOutOptional

public object ServiceTimeOut { get; set; }
  • Type: object

ServiceVpcEnableOptional

public object ServiceVpcEnable { get; set; }
  • Type: object

VpcConfigOptional

public object VpcConfig { get; set; }
  • Type: object