public class CreateStreamLiveInputRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateStreamLiveInputRequest() |
CreateStreamLiveInputRequest(CreateStreamLiveInputRequest 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 |
---|---|
InputSettingInfo[] |
getInputSettings()
Get Input settings.
|
String |
getName()
Get Input name, which can contain 1-32 case-sensitive letters, digits, and underscores and must be unique at the region level
|
String[] |
getSecurityGroupIds()
Get ID of the input security group to attach
You can attach only one security group to an input.
|
String |
getType()
Get Input type
Valid values: `RTMP_PUSH`, `RTP_PUSH`, `UDP_PUSH`, `RTMP_PULL`, `HLS_PULL`, `MP4_PULL`
|
void |
setInputSettings(InputSettingInfo[] InputSettings)
Set Input settings.
|
void |
setName(String Name)
Set Input name, which can contain 1-32 case-sensitive letters, digits, and underscores and must be unique at the region level
|
void |
setSecurityGroupIds(String[] SecurityGroupIds)
Set ID of the input security group to attach
You can attach only one security group to an input.
|
void |
setType(String Type)
Set Input type
Valid values: `RTMP_PUSH`, `RTP_PUSH`, `UDP_PUSH`, `RTMP_PULL`, `HLS_PULL`, `MP4_PULL`
|
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 CreateStreamLiveInputRequest()
public CreateStreamLiveInputRequest(CreateStreamLiveInputRequest source)
public String getName()
public void setName(String Name)
Name
- Input name, which can contain 1-32 case-sensitive letters, digits, and underscores and must be unique at the region levelpublic String getType()
public void setType(String Type)
Type
- Input type
Valid values: `RTMP_PUSH`, `RTP_PUSH`, `UDP_PUSH`, `RTMP_PULL`, `HLS_PULL`, `MP4_PULL`public String[] getSecurityGroupIds()
public void setSecurityGroupIds(String[] SecurityGroupIds)
SecurityGroupIds
- ID of the input security group to attach
You can attach only one security group to an input.public InputSettingInfo[] getInputSettings()
public void setInputSettings(InputSettingInfo[] InputSettings)
InputSettings
- Input settings. For the type `RTMP_PUSH`, `RTMP_PULL`, `HLS_PULL`, or `MP4_PULL`, 1 or 2 inputs of the corresponding type can be configured.Copyright © 2024. All rights reserved.