public class DescribeOutput extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeOutput()  | 
DescribeOutput(DescribeOutput 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 CIDR allowlist
This parameter is valid if `Protocol` is set to `RTMP_PULL`. 
 | 
String | 
getDescription()
Get Output description. 
 | 
DescribeOutputHLSPullSettings | 
getHLSPullSettings()
Get 
 | 
Long | 
getMaxConcurrent()
Get 
 | 
OutputAddress[] | 
getOutputAddressList()
Get Output destination address information list. 
 | 
String | 
getOutputId()
Get Output ID. 
 | 
String | 
getOutputName()
Get Output name. 
 | 
String | 
getOutputRegion()
Get Output region. 
 | 
String | 
getOutputType()
Get Output type. 
 | 
String | 
getProtocol()
Get Output protocol. 
 | 
DescribeOutputRTMPPullSettings | 
getRTMPPullSettings()
Get RTMP pull configuration of the output
Note: This field may return `null`, indicating that no valid value was found. 
 | 
DescribeOutputRTMPSettings | 
getRTMPSettings()
Get RTMP configuration information of output. 
 | 
DescribeOutputRTPSettings | 
getRTPSettings()
Get RTP configuration information of output. 
 | 
DescribeOutputRTSPPullSettings | 
getRTSPPullSettings()
Get 
 | 
String[] | 
getSecurityGroupIds()
Get The bound security group IDs. 
 | 
DescribeOutputSRTSettings | 
getSRTSettings()
Get SRT configuration information of output. 
 | 
void | 
setAllowIpList(String[] AllowIpList)
Set CIDR allowlist
This parameter is valid if `Protocol` is set to `RTMP_PULL`. 
 | 
void | 
setDescription(String Description)
Set Output description. 
 | 
void | 
setHLSPullSettings(DescribeOutputHLSPullSettings HLSPullSettings)
Set 
 | 
void | 
setMaxConcurrent(Long MaxConcurrent)
Set 
 | 
void | 
setOutputAddressList(OutputAddress[] OutputAddressList)
Set Output destination address information list. 
 | 
void | 
setOutputId(String OutputId)
Set Output ID. 
 | 
void | 
setOutputName(String OutputName)
Set Output name. 
 | 
void | 
setOutputRegion(String OutputRegion)
Set Output region. 
 | 
void | 
setOutputType(String OutputType)
Set Output type. 
 | 
void | 
setProtocol(String Protocol)
Set Output protocol. 
 | 
void | 
setRTMPPullSettings(DescribeOutputRTMPPullSettings RTMPPullSettings)
Set RTMP pull configuration of the output
Note: This field may return `null`, indicating that no valid value was found. 
 | 
void | 
setRTMPSettings(DescribeOutputRTMPSettings RTMPSettings)
Set RTMP configuration information of output. 
 | 
void | 
setRTPSettings(DescribeOutputRTPSettings RTPSettings)
Set RTP configuration information of output. 
 | 
void | 
setRTSPPullSettings(DescribeOutputRTSPPullSettings RTSPPullSettings)
Set 
 | 
void | 
setSecurityGroupIds(String[] SecurityGroupIds)
Set The bound security group IDs. 
 | 
void | 
setSRTSettings(DescribeOutputSRTSettings SRTSettings)
Set SRT configuration information of output. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeOutput()
public DescribeOutput(DescribeOutput source)
public String getOutputId()
public void setOutputId(String OutputId)
OutputId - Output ID.public String getOutputName()
public void setOutputName(String OutputName)
OutputName - Output name.public String getOutputType()
public void setOutputType(String OutputType)
OutputType - Output type.public String getDescription()
public void setDescription(String Description)
Description - Output description.
Note: this field may return null, indicating that no valid values can be obtained.public String getProtocol()
public void setProtocol(String Protocol)
Protocol - Output protocol.public OutputAddress[] getOutputAddressList()
public void setOutputAddressList(OutputAddress[] OutputAddressList)
OutputAddressList - Output destination address information list.public String getOutputRegion()
public void setOutputRegion(String OutputRegion)
OutputRegion - Output region.
Note: this field may return null, indicating that no valid values can be obtained.public DescribeOutputSRTSettings getSRTSettings()
public void setSRTSettings(DescribeOutputSRTSettings SRTSettings)
SRTSettings - SRT configuration information of output.
Note: this field may return null, indicating that no valid values can be obtained.public DescribeOutputRTPSettings getRTPSettings()
public void setRTPSettings(DescribeOutputRTPSettings RTPSettings)
RTPSettings - RTP configuration information of output.
Note: this field may return null, indicating that no valid values can be obtained.public DescribeOutputRTMPSettings getRTMPSettings()
public void setRTMPSettings(DescribeOutputRTMPSettings RTMPSettings)
RTMPSettings - RTMP configuration information of output.
Note: this field may return null, indicating that no valid values can be obtained.public DescribeOutputRTMPPullSettings getRTMPPullSettings()
public void setRTMPPullSettings(DescribeOutputRTMPPullSettings RTMPPullSettings)
RTMPPullSettings - RTMP pull configuration of the output
Note: This field may return `null`, indicating that no valid value was found.public String[] getAllowIpList()
public void setAllowIpList(String[] AllowIpList)
AllowIpList - CIDR allowlist
This parameter is valid if `Protocol` is set to `RTMP_PULL`. If this parameter is left empty, there is no restriction on clients’ IP addresses.
Note: This field may return `null`, indicating that no valid value was found.public DescribeOutputRTSPPullSettings getRTSPPullSettings()
public void setRTSPPullSettings(DescribeOutputRTSPPullSettings RTSPPullSettings)
RTSPPullSettings - public DescribeOutputHLSPullSettings getHLSPullSettings()
public void setHLSPullSettings(DescribeOutputHLSPullSettings HLSPullSettings)
HLSPullSettings - public Long getMaxConcurrent()
public void setMaxConcurrent(Long MaxConcurrent)
MaxConcurrent - public String[] getSecurityGroupIds()
public void setSecurityGroupIds(String[] SecurityGroupIds)
SecurityGroupIds - The bound security group IDs.Copyright © 2025. All rights reserved.