Ramps
List CF1 Site Ramps
client.magicTransit.cf1Sites.ramps.list(stringcf1SiteId, RampListParams { account_id } params, RequestOptionsoptions?): SinglePage<Ramp { id, created_on, modified_on, 8 more } >
GET/accounts/{account_id}/magic/cf1_sites/{cf1_site_id}/ramps
Get CF1 Site Ramp
client.magicTransit.cf1Sites.ramps.get(stringcf1SiteId, stringrampId, RampGetParams { account_id } params, RequestOptionsoptions?): Ramp { id, created_on, modified_on, 8 more }
GET/accounts/{account_id}/magic/cf1_sites/{cf1_site_id}/ramps/{ramp_id}
Create CF1 Site Ramps
client.magicTransit.cf1Sites.ramps.create(stringcf1SiteId, RampCreateParams { account_id, body } params, RequestOptionsoptions?): SinglePage<Ramp { id, created_on, modified_on, 8 more } >
POST/accounts/{account_id}/magic/cf1_sites/{cf1_site_id}/ramps
Delete CF1 Site Ramp
client.magicTransit.cf1Sites.ramps.delete(stringcf1SiteId, stringrampId, RampDeleteParams { account_id } params, RequestOptionsoptions?): Ramp { id, created_on, modified_on, 8 more }
DELETE/accounts/{account_id}/magic/cf1_sites/{cf1_site_id}/ramps/{ramp_id}