Function create_sip_ip_address

Source
pub async fn create_sip_ip_address(
    configuration: &Configuration,
    account_sid: &str,
    ip_access_control_list_sid: &str,
    friendly_name: &str,
    ip_address: &str,
    cidr_prefix_length: Option<i32>,
) -> Result<ApiPeriodV2010PeriodAccountPeriodSipPeriodSipIpAccessControlListPeriodSipIpAddress, Error<CreateSipIpAddressError>>
Expand description

Create a new IpAddress resource.