public class CreateMediaLiveInputRequest extends AbstractModel
Constructor and Description |
---|
CreateMediaLiveInputRequest() |
Modifier and Type | Method and Description |
---|---|
InputSettingInfo[] |
getInputSettings()
Get Input settings information, one or two sets of which need to be configured for RTMP_PUSH/RTMP_PULL/HLS_PULL/MP4_PULL.
|
String |
getName()
Get Media input name, which can contain 1-32 letters, digits, and underscores and must be unique at the region level.
|
String[] |
getSecurityGroupIds()
Get ID of the input security group to be bound.
|
String |
getType()
Get Media input type.
|
void |
setInputSettings(InputSettingInfo[] InputSettings)
Set Input settings information, one or two sets of which need to be configured for RTMP_PUSH/RTMP_PULL/HLS_PULL/MP4_PULL.
|
void |
setName(String Name)
Set Media input name, which can contain 1-32 letters, digits, and underscores and must be unique at the region level.
|
void |
setSecurityGroupIds(String[] SecurityGroupIds)
Set ID of the input security group to be bound.
|
void |
setType(String Type)
Set Media input type.
|
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, toJsonString
public String getName()
public void setName(String Name)
Name
- Media input name, which can contain 1-32 letters, digits, and underscores and must be unique at the region level.public String getType()
public void setType(String Type)
Type
- Media 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 be bound.
Only one security group can be associated.public InputSettingInfo[] getInputSettings()
public void setInputSettings(InputSettingInfo[] InputSettings)
InputSettings
- Input settings information, one or two sets of which need to be configured for RTMP_PUSH/RTMP_PULL/HLS_PULL/MP4_PULL.Copyright © 2020. All rights reserved.