Package | Description |
---|---|
com.tencentcloudapi.scf.v20180416.models |
Modifier and Type | Method and Description |
---|---|
RoutingConfig |
UpdateAliasRequest.getRoutingConfig()
Get Routing information of alias, which is required if you need to specify an additional version for the alias.
|
RoutingConfig |
Alias.getRoutingConfig()
Get Routing information of alias
Note: this field may return null, indicating that no valid values can be obtained.
|
RoutingConfig |
CreateAliasRequest.getRoutingConfig()
Get Request routing configuration of alias
|
RoutingConfig |
GetAliasResponse.getRoutingConfig()
Get Routing information of alias
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateAliasRequest.setRoutingConfig(RoutingConfig RoutingConfig)
Set Routing information of alias, which is required if you need to specify an additional version for the alias.
|
void |
Alias.setRoutingConfig(RoutingConfig RoutingConfig)
Set Routing information of alias
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
CreateAliasRequest.setRoutingConfig(RoutingConfig RoutingConfig)
Set Request routing configuration of alias
|
void |
GetAliasResponse.setRoutingConfig(RoutingConfig RoutingConfig)
Set Routing information of alias
|
Constructor and Description |
---|
RoutingConfig(RoutingConfig source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Copyright © 2023. All rights reserved.