public class DescribeOutput extends AbstractModel
| 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. | 
| 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. | 
| 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 | 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 | 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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, 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.Copyright © 2023. All rights reserved.