Skip to content

ServiceProps

Properties for defining a Service.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apig-service

Initializer

using AlibabaCloud.SDK.ROS.CDK.Apig;
new ServiceProps {
    object Addresses,
    object GatewayId,
    object ServiceName,
    object SourceType
};

Properties

Name Type Description
Addresses object Property addresses: Service Address List.
GatewayId object Property gatewayId: The ID of the Cloud Native API Gateway.
ServiceName object Property serviceName: The name of the service.
SourceType object Property sourceType: The type of the service source.

AddressesRequired

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

Property addresses: Service Address List.


GatewayIdRequired

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

Property gatewayId: The ID of the Cloud Native API Gateway.


ServiceNameRequired

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

Property serviceName: The name of the service.


SourceTypeRequired

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

Property sourceType: The type of the service source.