public class CreateInput extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateInput() |
CreateInput(CreateInput 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 Allowlist of input IPs in CIDR format.
|
String |
getDescription()
Get Input description.
|
String |
getFailOver()
Get Input failover.
|
CreateInputHLSPullSettings |
getHLSPullSettings()
Get
|
String |
getInputName()
Get Input name, which can contain 1 to 32 letters, digits, and underscores.
|
String |
getProtocol()
Get Input protocol.
|
ResilientStreamConf |
getResilientStream()
Get
|
CreateInputRTMPPullSettings |
getRTMPPullSettings()
Get
|
CreateInputRTPSettings |
getRTPSettings()
Get RTP configuration information of input.
|
CreateInputRTSPPullSettings |
getRTSPPullSettings()
Get
|
String[] |
getSecurityGroupIds()
Get The bound security group IDs.
|
CreateInputSRTSettings |
getSRTSettings()
Get SRT configuration information of input.
|
void |
setAllowIpList(String[] AllowIpList)
Set Allowlist of input IPs in CIDR format.
|
void |
setDescription(String Description)
Set Input description.
|
void |
setFailOver(String FailOver)
Set Input failover.
|
void |
setHLSPullSettings(CreateInputHLSPullSettings HLSPullSettings)
Set
|
void |
setInputName(String InputName)
Set Input name, which can contain 1 to 32 letters, digits, and underscores.
|
void |
setProtocol(String Protocol)
Set Input protocol.
|
void |
setResilientStream(ResilientStreamConf ResilientStream)
Set
|
void |
setRTMPPullSettings(CreateInputRTMPPullSettings RTMPPullSettings)
Set
|
void |
setRTPSettings(CreateInputRTPSettings RTPSettings)
Set RTP configuration information of input.
|
void |
setRTSPPullSettings(CreateInputRTSPPullSettings RTSPPullSettings)
Set
|
void |
setSecurityGroupIds(String[] SecurityGroupIds)
Set The bound security group IDs.
|
void |
setSRTSettings(CreateInputSRTSettings SRTSettings)
Set SRT configuration information of input.
|
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 CreateInput()
public CreateInput(CreateInput source)
public String getInputName()
public void setInputName(String InputName)
InputName
- Input name, which can contain 1 to 32 letters, digits, and underscores.public String getProtocol()
public void setProtocol(String Protocol)
Protocol
- Input protocol. Valid values: `SRT`, `RTP`, `RTMP`public String getDescription()
public void setDescription(String Description)
Description
- Input description. Length: [0, 255].public String[] getAllowIpList()
public void setAllowIpList(String[] AllowIpList)
AllowIpList
- Allowlist of input IPs in CIDR format.public CreateInputSRTSettings getSRTSettings()
public void setSRTSettings(CreateInputSRTSettings SRTSettings)
SRTSettings
- SRT configuration information of input.public CreateInputRTPSettings getRTPSettings()
public void setRTPSettings(CreateInputRTPSettings RTPSettings)
RTPSettings
- RTP configuration information of input.public String getFailOver()
public void setFailOver(String FailOver)
FailOver
- Input failover. Valid values: `OPEN`, `CLOSE` (default)public CreateInputRTMPPullSettings getRTMPPullSettings()
public void setRTMPPullSettings(CreateInputRTMPPullSettings RTMPPullSettings)
RTMPPullSettings
- public CreateInputRTSPPullSettings getRTSPPullSettings()
public void setRTSPPullSettings(CreateInputRTSPPullSettings RTSPPullSettings)
RTSPPullSettings
- public CreateInputHLSPullSettings getHLSPullSettings()
public void setHLSPullSettings(CreateInputHLSPullSettings HLSPullSettings)
HLSPullSettings
- public ResilientStreamConf getResilientStream()
public void setResilientStream(ResilientStreamConf ResilientStream)
ResilientStream
- public String[] getSecurityGroupIds()
public void setSecurityGroupIds(String[] SecurityGroupIds)
SecurityGroupIds
- The bound security group IDs.Copyright © 2024. All rights reserved.