public class ModifyOutputInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyOutputInfo() |
ModifyOutputInfo(ModifyOutputInfo 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.
|
Modifier and Type | Method and Description |
---|---|
String[] |
getAllowIpList()
Get The IP allowlist.
|
String |
getDescription()
Get The description of the output.
|
Long |
getMaxConcurrent()
Get
|
String |
getOutputId()
Get The ID of the output to modify.
|
String |
getOutputName()
Get The output name.
|
String |
getProtocol()
Get The output protocol.
|
CreateOutputRTMPSettings |
getRTMPSettings()
Get The RTMP relay configuration.
|
CreateOutputInfoRTPSettings |
getRTPSettings()
Get The RTP relay configuration.
|
String[] |
getSecurityGroupIds()
Get The bound security group IDs.
|
CreateOutputSrtSettings |
getSRTSettings()
Get The SRT relay configuration.
|
void |
setAllowIpList(String[] AllowIpList)
Set The IP allowlist.
|
void |
setDescription(String Description)
Set The description of the output.
|
void |
setMaxConcurrent(Long MaxConcurrent)
Set
|
void |
setOutputId(String OutputId)
Set The ID of the output to modify.
|
void |
setOutputName(String OutputName)
Set The output name.
|
void |
setProtocol(String Protocol)
Set The output protocol.
|
void |
setRTMPSettings(CreateOutputRTMPSettings RTMPSettings)
Set The RTMP relay configuration.
|
void |
setRTPSettings(CreateOutputInfoRTPSettings RTPSettings)
Set The RTP relay configuration.
|
void |
setSecurityGroupIds(String[] SecurityGroupIds)
Set The bound security group IDs.
|
void |
setSRTSettings(CreateOutputSrtSettings SRTSettings)
Set The SRT relay configuration.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyOutputInfo()
public ModifyOutputInfo(ModifyOutputInfo source)
public String getOutputId()
public void setOutputId(String OutputId)
OutputId
- The ID of the output to modify.public String getOutputName()
public void setOutputName(String OutputName)
OutputName
- The output name.public String getDescription()
public void setDescription(String Description)
Description
- The description of the output.public String getProtocol()
public void setProtocol(String Protocol)
Protocol
- The output protocol. Valid values: SRT, RTP, RTMP.public CreateOutputSrtSettings getSRTSettings()
public void setSRTSettings(CreateOutputSrtSettings SRTSettings)
SRTSettings
- The SRT relay configuration.public CreateOutputInfoRTPSettings getRTPSettings()
public void setRTPSettings(CreateOutputInfoRTPSettings RTPSettings)
RTPSettings
- The RTP relay configuration.public CreateOutputRTMPSettings getRTMPSettings()
public void setRTMPSettings(CreateOutputRTMPSettings RTMPSettings)
RTMPSettings
- The RTMP relay configuration.public String[] getAllowIpList()
public void setAllowIpList(String[] AllowIpList)
AllowIpList
- The IP allowlist. The address must be in CIDR format, such as `0.0.0.0/0`.
This parameter is valid if `Protocol` is set to `RTMP_PULL`. If it is left empty, there is no restriction on clients’ IP addresses.public Long getMaxConcurrent()
public void setMaxConcurrent(Long MaxConcurrent)
MaxConcurrent
- public String[] getSecurityGroupIds()
public void setSecurityGroupIds(String[] SecurityGroupIds)
SecurityGroupIds
- The bound security group IDs.Copyright © 2024. All rights reserved.