mirror of
https://github.com/vmware/vsphere-automation-sdk-python.git
synced 2024-11-22 09:39:58 -05:00
update vmc doc for new binding 1.3.1
This commit is contained in:
parent
7c52c4f7ea
commit
bf806ef747
@ -16,6 +16,14 @@ Subpackages
|
||||
Submodules
|
||||
----------
|
||||
|
||||
com.vmware.vmc.orgs.account\_link\_client module
|
||||
------------------------------------------------
|
||||
|
||||
.. automodule:: com.vmware.vmc.orgs.account_link_client
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
com.vmware.vmc.orgs.reservations\_client module
|
||||
-----------------------------------------------
|
||||
|
||||
@ -32,6 +40,22 @@ com.vmware.vmc.orgs.sddcs\_client module
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
com.vmware.vmc.orgs.storage\_client module
|
||||
------------------------------------------
|
||||
|
||||
.. automodule:: com.vmware.vmc.orgs.storage_client
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
com.vmware.vmc.orgs.subscriptions\_client module
|
||||
------------------------------------------------
|
||||
|
||||
.. automodule:: com.vmware.vmc.orgs.subscriptions_client
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
com.vmware.vmc.orgs.tbrs\_client module
|
||||
---------------------------------------
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
.. VMware Cloud on AWS Console API documentation master file, created by
|
||||
sphinx-quickstart on Thu Oct 18 01:50:14 2018.
|
||||
sphinx-quickstart on Thu Jan 10 05:32:03 2019.
|
||||
You can adapt this file completely to your liking, but it should at least
|
||||
contain the root `toctree` directive.
|
||||
|
||||
@ -11,6 +11,7 @@ Welcome to VMware Cloud on AWS Console API's documentation!
|
||||
:caption: Contents:
|
||||
|
||||
com
|
||||
vmware
|
||||
|
||||
|
||||
Indices and tables
|
||||
|
15
vmc/_sources/vmware.rst.txt
Normal file
15
vmc/_sources/vmware.rst.txt
Normal file
@ -0,0 +1,15 @@
|
||||
vmware package
|
||||
==============
|
||||
|
||||
.. automodule:: vmware
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
Subpackages
|
||||
-----------
|
||||
|
||||
.. toctree::
|
||||
|
||||
vmware.vapi
|
||||
|
15
vmc/_sources/vmware.vapi.rst.txt
Normal file
15
vmc/_sources/vmware.vapi.rst.txt
Normal file
@ -0,0 +1,15 @@
|
||||
vmware.vapi package
|
||||
===================
|
||||
|
||||
.. automodule:: vmware.vapi
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
Subpackages
|
||||
-----------
|
||||
|
||||
.. toctree::
|
||||
|
||||
vmware.vapi.vmc
|
||||
|
28
vmc/_sources/vmware.vapi.vmc.rst.txt
Normal file
28
vmc/_sources/vmware.vapi.vmc.rst.txt
Normal file
@ -0,0 +1,28 @@
|
||||
vmware.vapi.vmc package
|
||||
=======================
|
||||
|
||||
.. automodule:: vmware.vapi.vmc
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
Submodules
|
||||
----------
|
||||
|
||||
vmware.vapi.vmc.client module
|
||||
-----------------------------
|
||||
|
||||
.. automodule:: vmware.vapi.vmc.client
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
vmware.vapi.vmc.csp\_filter module
|
||||
----------------------------------
|
||||
|
||||
.. automodule:: vmware.vapi.vmc.csp_filter
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
|
@ -1,296 +1,10 @@
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
|
||||
VERSION: '1.3.0',
|
||||
VERSION: '1.3.1',
|
||||
LANGUAGE: 'en',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
SOURCELINK_SUFFIX: '.txt',
|
||||
NAVIGATION_WITH_KEYS: false,
|
||||
SEARCH_LANGUAGE_STOP_WORDS: ["a","and","are","as","at","be","but","by","for","if","in","into","is","it","near","no","not","of","on","or","such","that","the","their","then","there","these","they","this","to","was","will","with"]
|
||||
};
|
||||
|
||||
|
||||
|
||||
/* Non-minified version JS is _stemmer.js if file is provided */
|
||||
/**
|
||||
* Porter Stemmer
|
||||
*/
|
||||
var Stemmer = function() {
|
||||
|
||||
var step2list = {
|
||||
ational: 'ate',
|
||||
tional: 'tion',
|
||||
enci: 'ence',
|
||||
anci: 'ance',
|
||||
izer: 'ize',
|
||||
bli: 'ble',
|
||||
alli: 'al',
|
||||
entli: 'ent',
|
||||
eli: 'e',
|
||||
ousli: 'ous',
|
||||
ization: 'ize',
|
||||
ation: 'ate',
|
||||
ator: 'ate',
|
||||
alism: 'al',
|
||||
iveness: 'ive',
|
||||
fulness: 'ful',
|
||||
ousness: 'ous',
|
||||
aliti: 'al',
|
||||
iviti: 'ive',
|
||||
biliti: 'ble',
|
||||
logi: 'log'
|
||||
};
|
||||
|
||||
var step3list = {
|
||||
icate: 'ic',
|
||||
ative: '',
|
||||
alize: 'al',
|
||||
iciti: 'ic',
|
||||
ical: 'ic',
|
||||
ful: '',
|
||||
ness: ''
|
||||
};
|
||||
|
||||
var c = "[^aeiou]"; // consonant
|
||||
var v = "[aeiouy]"; // vowel
|
||||
var C = c + "[^aeiouy]*"; // consonant sequence
|
||||
var V = v + "[aeiou]*"; // vowel sequence
|
||||
|
||||
var mgr0 = "^(" + C + ")?" + V + C; // [C]VC... is m>0
|
||||
var meq1 = "^(" + C + ")?" + V + C + "(" + V + ")?$"; // [C]VC[V] is m=1
|
||||
var mgr1 = "^(" + C + ")?" + V + C + V + C; // [C]VCVC... is m>1
|
||||
var s_v = "^(" + C + ")?" + v; // vowel in stem
|
||||
|
||||
this.stemWord = function (w) {
|
||||
var stem;
|
||||
var suffix;
|
||||
var firstch;
|
||||
var origword = w;
|
||||
|
||||
if (w.length < 3)
|
||||
return w;
|
||||
|
||||
var re;
|
||||
var re2;
|
||||
var re3;
|
||||
var re4;
|
||||
|
||||
firstch = w.substr(0,1);
|
||||
if (firstch == "y")
|
||||
w = firstch.toUpperCase() + w.substr(1);
|
||||
|
||||
// Step 1a
|
||||
re = /^(.+?)(ss|i)es$/;
|
||||
re2 = /^(.+?)([^s])s$/;
|
||||
|
||||
if (re.test(w))
|
||||
w = w.replace(re,"$1$2");
|
||||
else if (re2.test(w))
|
||||
w = w.replace(re2,"$1$2");
|
||||
|
||||
// Step 1b
|
||||
re = /^(.+?)eed$/;
|
||||
re2 = /^(.+?)(ed|ing)$/;
|
||||
if (re.test(w)) {
|
||||
var fp = re.exec(w);
|
||||
re = new RegExp(mgr0);
|
||||
if (re.test(fp[1])) {
|
||||
re = /.$/;
|
||||
w = w.replace(re,"");
|
||||
}
|
||||
}
|
||||
else if (re2.test(w)) {
|
||||
var fp = re2.exec(w);
|
||||
stem = fp[1];
|
||||
re2 = new RegExp(s_v);
|
||||
if (re2.test(stem)) {
|
||||
w = stem;
|
||||
re2 = /(at|bl|iz)$/;
|
||||
re3 = new RegExp("([^aeiouylsz])\\1$");
|
||||
re4 = new RegExp("^" + C + v + "[^aeiouwxy]$");
|
||||
if (re2.test(w))
|
||||
w = w + "e";
|
||||
else if (re3.test(w)) {
|
||||
re = /.$/;
|
||||
w = w.replace(re,"");
|
||||
}
|
||||
else if (re4.test(w))
|
||||
w = w + "e";
|
||||
}
|
||||
}
|
||||
|
||||
// Step 1c
|
||||
re = /^(.+?)y$/;
|
||||
if (re.test(w)) {
|
||||
var fp = re.exec(w);
|
||||
stem = fp[1];
|
||||
re = new RegExp(s_v);
|
||||
if (re.test(stem))
|
||||
w = stem + "i";
|
||||
}
|
||||
|
||||
// Step 2
|
||||
re = /^(.+?)(ational|tional|enci|anci|izer|bli|alli|entli|eli|ousli|ization|ation|ator|alism|iveness|fulness|ousness|aliti|iviti|biliti|logi)$/;
|
||||
if (re.test(w)) {
|
||||
var fp = re.exec(w);
|
||||
stem = fp[1];
|
||||
suffix = fp[2];
|
||||
re = new RegExp(mgr0);
|
||||
if (re.test(stem))
|
||||
w = stem + step2list[suffix];
|
||||
}
|
||||
|
||||
// Step 3
|
||||
re = /^(.+?)(icate|ative|alize|iciti|ical|ful|ness)$/;
|
||||
if (re.test(w)) {
|
||||
var fp = re.exec(w);
|
||||
stem = fp[1];
|
||||
suffix = fp[2];
|
||||
re = new RegExp(mgr0);
|
||||
if (re.test(stem))
|
||||
w = stem + step3list[suffix];
|
||||
}
|
||||
|
||||
// Step 4
|
||||
re = /^(.+?)(al|ance|ence|er|ic|able|ible|ant|ement|ment|ent|ou|ism|ate|iti|ous|ive|ize)$/;
|
||||
re2 = /^(.+?)(s|t)(ion)$/;
|
||||
if (re.test(w)) {
|
||||
var fp = re.exec(w);
|
||||
stem = fp[1];
|
||||
re = new RegExp(mgr1);
|
||||
if (re.test(stem))
|
||||
w = stem;
|
||||
}
|
||||
else if (re2.test(w)) {
|
||||
var fp = re2.exec(w);
|
||||
stem = fp[1] + fp[2];
|
||||
re2 = new RegExp(mgr1);
|
||||
if (re2.test(stem))
|
||||
w = stem;
|
||||
}
|
||||
|
||||
// Step 5
|
||||
re = /^(.+?)e$/;
|
||||
if (re.test(w)) {
|
||||
var fp = re.exec(w);
|
||||
stem = fp[1];
|
||||
re = new RegExp(mgr1);
|
||||
re2 = new RegExp(meq1);
|
||||
re3 = new RegExp("^" + C + v + "[^aeiouwxy]$");
|
||||
if (re.test(stem) || (re2.test(stem) && !(re3.test(stem))))
|
||||
w = stem;
|
||||
}
|
||||
re = /ll$/;
|
||||
re2 = new RegExp(mgr1);
|
||||
if (re.test(w) && re2.test(w)) {
|
||||
re = /.$/;
|
||||
w = w.replace(re,"");
|
||||
}
|
||||
|
||||
// and turn initial Y back to y
|
||||
if (firstch == "y")
|
||||
w = firstch.toLowerCase() + w.substr(1);
|
||||
return w;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
var splitChars = (function() {
|
||||
var result = {};
|
||||
var singles = [96, 180, 187, 191, 215, 247, 749, 885, 903, 907, 909, 930, 1014, 1648,
|
||||
1748, 1809, 2416, 2473, 2481, 2526, 2601, 2609, 2612, 2615, 2653, 2702,
|
||||
2706, 2729, 2737, 2740, 2857, 2865, 2868, 2910, 2928, 2948, 2961, 2971,
|
||||
2973, 3085, 3089, 3113, 3124, 3213, 3217, 3241, 3252, 3295, 3341, 3345,
|
||||
3369, 3506, 3516, 3633, 3715, 3721, 3736, 3744, 3748, 3750, 3756, 3761,
|
||||
3781, 3912, 4239, 4347, 4681, 4695, 4697, 4745, 4785, 4799, 4801, 4823,
|
||||
4881, 5760, 5901, 5997, 6313, 7405, 8024, 8026, 8028, 8030, 8117, 8125,
|
||||
8133, 8181, 8468, 8485, 8487, 8489, 8494, 8527, 11311, 11359, 11687, 11695,
|
||||
11703, 11711, 11719, 11727, 11735, 12448, 12539, 43010, 43014, 43019, 43587,
|
||||
43696, 43713, 64286, 64297, 64311, 64317, 64319, 64322, 64325, 65141];
|
||||
var i, j, start, end;
|
||||
for (i = 0; i < singles.length; i++) {
|
||||
result[singles[i]] = true;
|
||||
}
|
||||
var ranges = [[0, 47], [58, 64], [91, 94], [123, 169], [171, 177], [182, 184], [706, 709],
|
||||
[722, 735], [741, 747], [751, 879], [888, 889], [894, 901], [1154, 1161],
|
||||
[1318, 1328], [1367, 1368], [1370, 1376], [1416, 1487], [1515, 1519], [1523, 1568],
|
||||
[1611, 1631], [1642, 1645], [1750, 1764], [1767, 1773], [1789, 1790], [1792, 1807],
|
||||
[1840, 1868], [1958, 1968], [1970, 1983], [2027, 2035], [2038, 2041], [2043, 2047],
|
||||
[2070, 2073], [2075, 2083], [2085, 2087], [2089, 2307], [2362, 2364], [2366, 2383],
|
||||
[2385, 2391], [2402, 2405], [2419, 2424], [2432, 2436], [2445, 2446], [2449, 2450],
|
||||
[2483, 2485], [2490, 2492], [2494, 2509], [2511, 2523], [2530, 2533], [2546, 2547],
|
||||
[2554, 2564], [2571, 2574], [2577, 2578], [2618, 2648], [2655, 2661], [2672, 2673],
|
||||
[2677, 2692], [2746, 2748], [2750, 2767], [2769, 2783], [2786, 2789], [2800, 2820],
|
||||
[2829, 2830], [2833, 2834], [2874, 2876], [2878, 2907], [2914, 2917], [2930, 2946],
|
||||
[2955, 2957], [2966, 2968], [2976, 2978], [2981, 2983], [2987, 2989], [3002, 3023],
|
||||
[3025, 3045], [3059, 3076], [3130, 3132], [3134, 3159], [3162, 3167], [3170, 3173],
|
||||
[3184, 3191], [3199, 3204], [3258, 3260], [3262, 3293], [3298, 3301], [3312, 3332],
|
||||
[3386, 3388], [3390, 3423], [3426, 3429], [3446, 3449], [3456, 3460], [3479, 3481],
|
||||
[3518, 3519], [3527, 3584], [3636, 3647], [3655, 3663], [3674, 3712], [3717, 3718],
|
||||
[3723, 3724], [3726, 3731], [3752, 3753], [3764, 3772], [3774, 3775], [3783, 3791],
|
||||
[3802, 3803], [3806, 3839], [3841, 3871], [3892, 3903], [3949, 3975], [3980, 4095],
|
||||
[4139, 4158], [4170, 4175], [4182, 4185], [4190, 4192], [4194, 4196], [4199, 4205],
|
||||
[4209, 4212], [4226, 4237], [4250, 4255], [4294, 4303], [4349, 4351], [4686, 4687],
|
||||
[4702, 4703], [4750, 4751], [4790, 4791], [4806, 4807], [4886, 4887], [4955, 4968],
|
||||
[4989, 4991], [5008, 5023], [5109, 5120], [5741, 5742], [5787, 5791], [5867, 5869],
|
||||
[5873, 5887], [5906, 5919], [5938, 5951], [5970, 5983], [6001, 6015], [6068, 6102],
|
||||
[6104, 6107], [6109, 6111], [6122, 6127], [6138, 6159], [6170, 6175], [6264, 6271],
|
||||
[6315, 6319], [6390, 6399], [6429, 6469], [6510, 6511], [6517, 6527], [6572, 6592],
|
||||
[6600, 6607], [6619, 6655], [6679, 6687], [6741, 6783], [6794, 6799], [6810, 6822],
|
||||
[6824, 6916], [6964, 6980], [6988, 6991], [7002, 7042], [7073, 7085], [7098, 7167],
|
||||
[7204, 7231], [7242, 7244], [7294, 7400], [7410, 7423], [7616, 7679], [7958, 7959],
|
||||
[7966, 7967], [8006, 8007], [8014, 8015], [8062, 8063], [8127, 8129], [8141, 8143],
|
||||
[8148, 8149], [8156, 8159], [8173, 8177], [8189, 8303], [8306, 8307], [8314, 8318],
|
||||
[8330, 8335], [8341, 8449], [8451, 8454], [8456, 8457], [8470, 8472], [8478, 8483],
|
||||
[8506, 8507], [8512, 8516], [8522, 8525], [8586, 9311], [9372, 9449], [9472, 10101],
|
||||
[10132, 11263], [11493, 11498], [11503, 11516], [11518, 11519], [11558, 11567],
|
||||
[11622, 11630], [11632, 11647], [11671, 11679], [11743, 11822], [11824, 12292],
|
||||
[12296, 12320], [12330, 12336], [12342, 12343], [12349, 12352], [12439, 12444],
|
||||
[12544, 12548], [12590, 12592], [12687, 12689], [12694, 12703], [12728, 12783],
|
||||
[12800, 12831], [12842, 12880], [12896, 12927], [12938, 12976], [12992, 13311],
|
||||
[19894, 19967], [40908, 40959], [42125, 42191], [42238, 42239], [42509, 42511],
|
||||
[42540, 42559], [42592, 42593], [42607, 42622], [42648, 42655], [42736, 42774],
|
||||
[42784, 42785], [42889, 42890], [42893, 43002], [43043, 43055], [43062, 43071],
|
||||
[43124, 43137], [43188, 43215], [43226, 43249], [43256, 43258], [43260, 43263],
|
||||
[43302, 43311], [43335, 43359], [43389, 43395], [43443, 43470], [43482, 43519],
|
||||
[43561, 43583], [43596, 43599], [43610, 43615], [43639, 43641], [43643, 43647],
|
||||
[43698, 43700], [43703, 43704], [43710, 43711], [43715, 43738], [43742, 43967],
|
||||
[44003, 44015], [44026, 44031], [55204, 55215], [55239, 55242], [55292, 55295],
|
||||
[57344, 63743], [64046, 64047], [64110, 64111], [64218, 64255], [64263, 64274],
|
||||
[64280, 64284], [64434, 64466], [64830, 64847], [64912, 64913], [64968, 65007],
|
||||
[65020, 65135], [65277, 65295], [65306, 65312], [65339, 65344], [65371, 65381],
|
||||
[65471, 65473], [65480, 65481], [65488, 65489], [65496, 65497]];
|
||||
for (i = 0; i < ranges.length; i++) {
|
||||
start = ranges[i][0];
|
||||
end = ranges[i][1];
|
||||
for (j = start; j <= end; j++) {
|
||||
result[j] = true;
|
||||
}
|
||||
}
|
||||
return result;
|
||||
})();
|
||||
|
||||
function splitQuery(query) {
|
||||
var result = [];
|
||||
var start = -1;
|
||||
for (var i = 0; i < query.length; i++) {
|
||||
if (splitChars[query.charCodeAt(i)]) {
|
||||
if (start !== -1) {
|
||||
result.push(query.slice(start, i));
|
||||
start = -1;
|
||||
}
|
||||
} else if (start === -1) {
|
||||
start = i;
|
||||
}
|
||||
}
|
||||
if (start !== -1) {
|
||||
result.push(query.slice(start));
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
};
|
297
vmc/_static/language_data.js
Normal file
297
vmc/_static/language_data.js
Normal file
@ -0,0 +1,297 @@
|
||||
/*
|
||||
* language_data.js
|
||||
* ~~~~~~~~~~~~~~~~
|
||||
*
|
||||
* This script contains the language-specific data used by searchtools.js,
|
||||
* namely the list of stopwords, stemmer, scorer and splitter.
|
||||
*
|
||||
* :copyright: Copyright 2007-2018 by the Sphinx team, see AUTHORS.
|
||||
* :license: BSD, see LICENSE for details.
|
||||
*
|
||||
*/
|
||||
|
||||
var stopwords = ["a","and","are","as","at","be","but","by","for","if","in","into","is","it","near","no","not","of","on","or","such","that","the","their","then","there","these","they","this","to","was","will","with"];
|
||||
|
||||
|
||||
/* Non-minified version JS is _stemmer.js if file is provided */
|
||||
/**
|
||||
* Porter Stemmer
|
||||
*/
|
||||
var Stemmer = function() {
|
||||
|
||||
var step2list = {
|
||||
ational: 'ate',
|
||||
tional: 'tion',
|
||||
enci: 'ence',
|
||||
anci: 'ance',
|
||||
izer: 'ize',
|
||||
bli: 'ble',
|
||||
alli: 'al',
|
||||
entli: 'ent',
|
||||
eli: 'e',
|
||||
ousli: 'ous',
|
||||
ization: 'ize',
|
||||
ation: 'ate',
|
||||
ator: 'ate',
|
||||
alism: 'al',
|
||||
iveness: 'ive',
|
||||
fulness: 'ful',
|
||||
ousness: 'ous',
|
||||
aliti: 'al',
|
||||
iviti: 'ive',
|
||||
biliti: 'ble',
|
||||
logi: 'log'
|
||||
};
|
||||
|
||||
var step3list = {
|
||||
icate: 'ic',
|
||||
ative: '',
|
||||
alize: 'al',
|
||||
iciti: 'ic',
|
||||
ical: 'ic',
|
||||
ful: '',
|
||||
ness: ''
|
||||
};
|
||||
|
||||
var c = "[^aeiou]"; // consonant
|
||||
var v = "[aeiouy]"; // vowel
|
||||
var C = c + "[^aeiouy]*"; // consonant sequence
|
||||
var V = v + "[aeiou]*"; // vowel sequence
|
||||
|
||||
var mgr0 = "^(" + C + ")?" + V + C; // [C]VC... is m>0
|
||||
var meq1 = "^(" + C + ")?" + V + C + "(" + V + ")?$"; // [C]VC[V] is m=1
|
||||
var mgr1 = "^(" + C + ")?" + V + C + V + C; // [C]VCVC... is m>1
|
||||
var s_v = "^(" + C + ")?" + v; // vowel in stem
|
||||
|
||||
this.stemWord = function (w) {
|
||||
var stem;
|
||||
var suffix;
|
||||
var firstch;
|
||||
var origword = w;
|
||||
|
||||
if (w.length < 3)
|
||||
return w;
|
||||
|
||||
var re;
|
||||
var re2;
|
||||
var re3;
|
||||
var re4;
|
||||
|
||||
firstch = w.substr(0,1);
|
||||
if (firstch == "y")
|
||||
w = firstch.toUpperCase() + w.substr(1);
|
||||
|
||||
// Step 1a
|
||||
re = /^(.+?)(ss|i)es$/;
|
||||
re2 = /^(.+?)([^s])s$/;
|
||||
|
||||
if (re.test(w))
|
||||
w = w.replace(re,"$1$2");
|
||||
else if (re2.test(w))
|
||||
w = w.replace(re2,"$1$2");
|
||||
|
||||
// Step 1b
|
||||
re = /^(.+?)eed$/;
|
||||
re2 = /^(.+?)(ed|ing)$/;
|
||||
if (re.test(w)) {
|
||||
var fp = re.exec(w);
|
||||
re = new RegExp(mgr0);
|
||||
if (re.test(fp[1])) {
|
||||
re = /.$/;
|
||||
w = w.replace(re,"");
|
||||
}
|
||||
}
|
||||
else if (re2.test(w)) {
|
||||
var fp = re2.exec(w);
|
||||
stem = fp[1];
|
||||
re2 = new RegExp(s_v);
|
||||
if (re2.test(stem)) {
|
||||
w = stem;
|
||||
re2 = /(at|bl|iz)$/;
|
||||
re3 = new RegExp("([^aeiouylsz])\\1$");
|
||||
re4 = new RegExp("^" + C + v + "[^aeiouwxy]$");
|
||||
if (re2.test(w))
|
||||
w = w + "e";
|
||||
else if (re3.test(w)) {
|
||||
re = /.$/;
|
||||
w = w.replace(re,"");
|
||||
}
|
||||
else if (re4.test(w))
|
||||
w = w + "e";
|
||||
}
|
||||
}
|
||||
|
||||
// Step 1c
|
||||
re = /^(.+?)y$/;
|
||||
if (re.test(w)) {
|
||||
var fp = re.exec(w);
|
||||
stem = fp[1];
|
||||
re = new RegExp(s_v);
|
||||
if (re.test(stem))
|
||||
w = stem + "i";
|
||||
}
|
||||
|
||||
// Step 2
|
||||
re = /^(.+?)(ational|tional|enci|anci|izer|bli|alli|entli|eli|ousli|ization|ation|ator|alism|iveness|fulness|ousness|aliti|iviti|biliti|logi)$/;
|
||||
if (re.test(w)) {
|
||||
var fp = re.exec(w);
|
||||
stem = fp[1];
|
||||
suffix = fp[2];
|
||||
re = new RegExp(mgr0);
|
||||
if (re.test(stem))
|
||||
w = stem + step2list[suffix];
|
||||
}
|
||||
|
||||
// Step 3
|
||||
re = /^(.+?)(icate|ative|alize|iciti|ical|ful|ness)$/;
|
||||
if (re.test(w)) {
|
||||
var fp = re.exec(w);
|
||||
stem = fp[1];
|
||||
suffix = fp[2];
|
||||
re = new RegExp(mgr0);
|
||||
if (re.test(stem))
|
||||
w = stem + step3list[suffix];
|
||||
}
|
||||
|
||||
// Step 4
|
||||
re = /^(.+?)(al|ance|ence|er|ic|able|ible|ant|ement|ment|ent|ou|ism|ate|iti|ous|ive|ize)$/;
|
||||
re2 = /^(.+?)(s|t)(ion)$/;
|
||||
if (re.test(w)) {
|
||||
var fp = re.exec(w);
|
||||
stem = fp[1];
|
||||
re = new RegExp(mgr1);
|
||||
if (re.test(stem))
|
||||
w = stem;
|
||||
}
|
||||
else if (re2.test(w)) {
|
||||
var fp = re2.exec(w);
|
||||
stem = fp[1] + fp[2];
|
||||
re2 = new RegExp(mgr1);
|
||||
if (re2.test(stem))
|
||||
w = stem;
|
||||
}
|
||||
|
||||
// Step 5
|
||||
re = /^(.+?)e$/;
|
||||
if (re.test(w)) {
|
||||
var fp = re.exec(w);
|
||||
stem = fp[1];
|
||||
re = new RegExp(mgr1);
|
||||
re2 = new RegExp(meq1);
|
||||
re3 = new RegExp("^" + C + v + "[^aeiouwxy]$");
|
||||
if (re.test(stem) || (re2.test(stem) && !(re3.test(stem))))
|
||||
w = stem;
|
||||
}
|
||||
re = /ll$/;
|
||||
re2 = new RegExp(mgr1);
|
||||
if (re.test(w) && re2.test(w)) {
|
||||
re = /.$/;
|
||||
w = w.replace(re,"");
|
||||
}
|
||||
|
||||
// and turn initial Y back to y
|
||||
if (firstch == "y")
|
||||
w = firstch.toLowerCase() + w.substr(1);
|
||||
return w;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
var splitChars = (function() {
|
||||
var result = {};
|
||||
var singles = [96, 180, 187, 191, 215, 247, 749, 885, 903, 907, 909, 930, 1014, 1648,
|
||||
1748, 1809, 2416, 2473, 2481, 2526, 2601, 2609, 2612, 2615, 2653, 2702,
|
||||
2706, 2729, 2737, 2740, 2857, 2865, 2868, 2910, 2928, 2948, 2961, 2971,
|
||||
2973, 3085, 3089, 3113, 3124, 3213, 3217, 3241, 3252, 3295, 3341, 3345,
|
||||
3369, 3506, 3516, 3633, 3715, 3721, 3736, 3744, 3748, 3750, 3756, 3761,
|
||||
3781, 3912, 4239, 4347, 4681, 4695, 4697, 4745, 4785, 4799, 4801, 4823,
|
||||
4881, 5760, 5901, 5997, 6313, 7405, 8024, 8026, 8028, 8030, 8117, 8125,
|
||||
8133, 8181, 8468, 8485, 8487, 8489, 8494, 8527, 11311, 11359, 11687, 11695,
|
||||
11703, 11711, 11719, 11727, 11735, 12448, 12539, 43010, 43014, 43019, 43587,
|
||||
43696, 43713, 64286, 64297, 64311, 64317, 64319, 64322, 64325, 65141];
|
||||
var i, j, start, end;
|
||||
for (i = 0; i < singles.length; i++) {
|
||||
result[singles[i]] = true;
|
||||
}
|
||||
var ranges = [[0, 47], [58, 64], [91, 94], [123, 169], [171, 177], [182, 184], [706, 709],
|
||||
[722, 735], [741, 747], [751, 879], [888, 889], [894, 901], [1154, 1161],
|
||||
[1318, 1328], [1367, 1368], [1370, 1376], [1416, 1487], [1515, 1519], [1523, 1568],
|
||||
[1611, 1631], [1642, 1645], [1750, 1764], [1767, 1773], [1789, 1790], [1792, 1807],
|
||||
[1840, 1868], [1958, 1968], [1970, 1983], [2027, 2035], [2038, 2041], [2043, 2047],
|
||||
[2070, 2073], [2075, 2083], [2085, 2087], [2089, 2307], [2362, 2364], [2366, 2383],
|
||||
[2385, 2391], [2402, 2405], [2419, 2424], [2432, 2436], [2445, 2446], [2449, 2450],
|
||||
[2483, 2485], [2490, 2492], [2494, 2509], [2511, 2523], [2530, 2533], [2546, 2547],
|
||||
[2554, 2564], [2571, 2574], [2577, 2578], [2618, 2648], [2655, 2661], [2672, 2673],
|
||||
[2677, 2692], [2746, 2748], [2750, 2767], [2769, 2783], [2786, 2789], [2800, 2820],
|
||||
[2829, 2830], [2833, 2834], [2874, 2876], [2878, 2907], [2914, 2917], [2930, 2946],
|
||||
[2955, 2957], [2966, 2968], [2976, 2978], [2981, 2983], [2987, 2989], [3002, 3023],
|
||||
[3025, 3045], [3059, 3076], [3130, 3132], [3134, 3159], [3162, 3167], [3170, 3173],
|
||||
[3184, 3191], [3199, 3204], [3258, 3260], [3262, 3293], [3298, 3301], [3312, 3332],
|
||||
[3386, 3388], [3390, 3423], [3426, 3429], [3446, 3449], [3456, 3460], [3479, 3481],
|
||||
[3518, 3519], [3527, 3584], [3636, 3647], [3655, 3663], [3674, 3712], [3717, 3718],
|
||||
[3723, 3724], [3726, 3731], [3752, 3753], [3764, 3772], [3774, 3775], [3783, 3791],
|
||||
[3802, 3803], [3806, 3839], [3841, 3871], [3892, 3903], [3949, 3975], [3980, 4095],
|
||||
[4139, 4158], [4170, 4175], [4182, 4185], [4190, 4192], [4194, 4196], [4199, 4205],
|
||||
[4209, 4212], [4226, 4237], [4250, 4255], [4294, 4303], [4349, 4351], [4686, 4687],
|
||||
[4702, 4703], [4750, 4751], [4790, 4791], [4806, 4807], [4886, 4887], [4955, 4968],
|
||||
[4989, 4991], [5008, 5023], [5109, 5120], [5741, 5742], [5787, 5791], [5867, 5869],
|
||||
[5873, 5887], [5906, 5919], [5938, 5951], [5970, 5983], [6001, 6015], [6068, 6102],
|
||||
[6104, 6107], [6109, 6111], [6122, 6127], [6138, 6159], [6170, 6175], [6264, 6271],
|
||||
[6315, 6319], [6390, 6399], [6429, 6469], [6510, 6511], [6517, 6527], [6572, 6592],
|
||||
[6600, 6607], [6619, 6655], [6679, 6687], [6741, 6783], [6794, 6799], [6810, 6822],
|
||||
[6824, 6916], [6964, 6980], [6988, 6991], [7002, 7042], [7073, 7085], [7098, 7167],
|
||||
[7204, 7231], [7242, 7244], [7294, 7400], [7410, 7423], [7616, 7679], [7958, 7959],
|
||||
[7966, 7967], [8006, 8007], [8014, 8015], [8062, 8063], [8127, 8129], [8141, 8143],
|
||||
[8148, 8149], [8156, 8159], [8173, 8177], [8189, 8303], [8306, 8307], [8314, 8318],
|
||||
[8330, 8335], [8341, 8449], [8451, 8454], [8456, 8457], [8470, 8472], [8478, 8483],
|
||||
[8506, 8507], [8512, 8516], [8522, 8525], [8586, 9311], [9372, 9449], [9472, 10101],
|
||||
[10132, 11263], [11493, 11498], [11503, 11516], [11518, 11519], [11558, 11567],
|
||||
[11622, 11630], [11632, 11647], [11671, 11679], [11743, 11822], [11824, 12292],
|
||||
[12296, 12320], [12330, 12336], [12342, 12343], [12349, 12352], [12439, 12444],
|
||||
[12544, 12548], [12590, 12592], [12687, 12689], [12694, 12703], [12728, 12783],
|
||||
[12800, 12831], [12842, 12880], [12896, 12927], [12938, 12976], [12992, 13311],
|
||||
[19894, 19967], [40908, 40959], [42125, 42191], [42238, 42239], [42509, 42511],
|
||||
[42540, 42559], [42592, 42593], [42607, 42622], [42648, 42655], [42736, 42774],
|
||||
[42784, 42785], [42889, 42890], [42893, 43002], [43043, 43055], [43062, 43071],
|
||||
[43124, 43137], [43188, 43215], [43226, 43249], [43256, 43258], [43260, 43263],
|
||||
[43302, 43311], [43335, 43359], [43389, 43395], [43443, 43470], [43482, 43519],
|
||||
[43561, 43583], [43596, 43599], [43610, 43615], [43639, 43641], [43643, 43647],
|
||||
[43698, 43700], [43703, 43704], [43710, 43711], [43715, 43738], [43742, 43967],
|
||||
[44003, 44015], [44026, 44031], [55204, 55215], [55239, 55242], [55292, 55295],
|
||||
[57344, 63743], [64046, 64047], [64110, 64111], [64218, 64255], [64263, 64274],
|
||||
[64280, 64284], [64434, 64466], [64830, 64847], [64912, 64913], [64968, 65007],
|
||||
[65020, 65135], [65277, 65295], [65306, 65312], [65339, 65344], [65371, 65381],
|
||||
[65471, 65473], [65480, 65481], [65488, 65489], [65496, 65497]];
|
||||
for (i = 0; i < ranges.length; i++) {
|
||||
start = ranges[i][0];
|
||||
end = ranges[i][1];
|
||||
for (j = start; j <= end; j++) {
|
||||
result[j] = true;
|
||||
}
|
||||
}
|
||||
return result;
|
||||
})();
|
||||
|
||||
function splitQuery(query) {
|
||||
var result = [];
|
||||
var start = -1;
|
||||
for (var i = 0; i < query.length; i++) {
|
||||
if (splitChars[query.charCodeAt(i)]) {
|
||||
if (start !== -1) {
|
||||
result.push(query.slice(start, i));
|
||||
start = -1;
|
||||
}
|
||||
} else if (start === -1) {
|
||||
start = i;
|
||||
}
|
||||
}
|
||||
if (start !== -1) {
|
||||
result.push(query.slice(start));
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
|
@ -138,7 +138,6 @@ var Search = {
|
||||
*/
|
||||
query : function(query) {
|
||||
var i;
|
||||
var stopwords = DOCUMENTATION_OPTIONS.SEARCH_LANGUAGE_STOP_WORDS;
|
||||
|
||||
// stem the searchterms and add them to the correct list
|
||||
var stemmer = new Stemmer();
|
||||
|
12
vmc/com.html
12
vmc/com.html
@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>com package — VMware Cloud on AWS Console API 1.3.0 documentation</title>
|
||||
<title>com package — VMware Cloud on AWS Console API 1.3.1 documentation</title>
|
||||
|
||||
|
||||
|
||||
@ -58,7 +58,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
1.3.0
|
||||
1.3.1
|
||||
</div>
|
||||
|
||||
|
||||
@ -91,6 +91,7 @@
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="vmware.html">vmware package</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
@ -227,8 +228,11 @@
|
||||
</ul>
|
||||
</li>
|
||||
<li class="toctree-l6"><a class="reference internal" href="com.vmware.vmc.orgs.html#submodules">Submodules</a></li>
|
||||
<li class="toctree-l6"><a class="reference internal" href="com.vmware.vmc.orgs.html#module-com.vmware.vmc.orgs.account_link_client">com.vmware.vmc.orgs.account_link_client module</a></li>
|
||||
<li class="toctree-l6"><a class="reference internal" href="com.vmware.vmc.orgs.html#module-com.vmware.vmc.orgs.reservations_client">com.vmware.vmc.orgs.reservations_client module</a></li>
|
||||
<li class="toctree-l6"><a class="reference internal" href="com.vmware.vmc.orgs.html#module-com.vmware.vmc.orgs.sddcs_client">com.vmware.vmc.orgs.sddcs_client module</a></li>
|
||||
<li class="toctree-l6"><a class="reference internal" href="com.vmware.vmc.orgs.html#module-com.vmware.vmc.orgs.storage_client">com.vmware.vmc.orgs.storage_client module</a></li>
|
||||
<li class="toctree-l6"><a class="reference internal" href="com.vmware.vmc.orgs.html#module-com.vmware.vmc.orgs.subscriptions_client">com.vmware.vmc.orgs.subscriptions_client module</a></li>
|
||||
<li class="toctree-l6"><a class="reference internal" href="com.vmware.vmc.orgs.html#module-com.vmware.vmc.orgs.tbrs_client">com.vmware.vmc.orgs.tbrs_client module</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
@ -270,7 +274,7 @@
|
||||
|
||||
<div role="contentinfo">
|
||||
<p>
|
||||
© Copyright 2018, VMware, Inc.
|
||||
© Copyright 2019, VMware, Inc.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
@ -295,7 +299,7 @@
|
||||
<script type="text/javascript" src="_static/jquery.js"></script>
|
||||
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||
<script async="async" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
|
||||
<script type="text/javascript" src="_static/language_data.js"></script>
|
||||
|
||||
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>com.vmware package — VMware Cloud on AWS Console API 1.3.0 documentation</title>
|
||||
<title>com.vmware package — VMware Cloud on AWS Console API 1.3.1 documentation</title>
|
||||
|
||||
|
||||
|
||||
@ -58,7 +58,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
1.3.0
|
||||
1.3.1
|
||||
</div>
|
||||
|
||||
|
||||
@ -96,6 +96,7 @@
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="vmware.html">vmware package</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
@ -232,8 +233,11 @@
|
||||
</ul>
|
||||
</li>
|
||||
<li class="toctree-l4"><a class="reference internal" href="com.vmware.vmc.orgs.html#submodules">Submodules</a></li>
|
||||
<li class="toctree-l4"><a class="reference internal" href="com.vmware.vmc.orgs.html#module-com.vmware.vmc.orgs.account_link_client">com.vmware.vmc.orgs.account_link_client module</a></li>
|
||||
<li class="toctree-l4"><a class="reference internal" href="com.vmware.vmc.orgs.html#module-com.vmware.vmc.orgs.reservations_client">com.vmware.vmc.orgs.reservations_client module</a></li>
|
||||
<li class="toctree-l4"><a class="reference internal" href="com.vmware.vmc.orgs.html#module-com.vmware.vmc.orgs.sddcs_client">com.vmware.vmc.orgs.sddcs_client module</a></li>
|
||||
<li class="toctree-l4"><a class="reference internal" href="com.vmware.vmc.orgs.html#module-com.vmware.vmc.orgs.storage_client">com.vmware.vmc.orgs.storage_client module</a></li>
|
||||
<li class="toctree-l4"><a class="reference internal" href="com.vmware.vmc.orgs.html#module-com.vmware.vmc.orgs.subscriptions_client">com.vmware.vmc.orgs.subscriptions_client module</a></li>
|
||||
<li class="toctree-l4"><a class="reference internal" href="com.vmware.vmc.orgs.html#module-com.vmware.vmc.orgs.tbrs_client">com.vmware.vmc.orgs.tbrs_client module</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
@ -279,12 +283,12 @@ responses.</p>
|
||||
</tr>
|
||||
<tr class="field-odd field"><th class="field-name">Returns:</th><td class="field-body">com.vmware.vmc.model.VmcLocale</td>
|
||||
</tr>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthorized</span></code>
|
||||
Forbidden</td>
|
||||
</tr>
|
||||
<tr class="field-odd field"><th class="field-name">Raise:</th><td class="field-body"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthenticated</span></code>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthenticated</span></code>
|
||||
Unauthorized</td>
|
||||
</tr>
|
||||
<tr class="field-odd field"><th class="field-name">Raise:</th><td class="field-body"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthorized</span></code>
|
||||
Forbidden</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</dd></dl>
|
||||
@ -317,15 +321,15 @@ Unauthorized</td>
|
||||
</tr>
|
||||
<tr class="field-odd field"><th class="field-name">Returns:</th><td class="field-body">com.vmware.vmc.model.Organization</td>
|
||||
</tr>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthorized</span></code>
|
||||
Forbidden</td>
|
||||
</tr>
|
||||
<tr class="field-odd field"><th class="field-name">Raise:</th><td class="field-body"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.NotFound</span></code>
|
||||
Organization doesn’t exist</td>
|
||||
</tr>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthenticated</span></code>
|
||||
Unauthorized</td>
|
||||
</tr>
|
||||
<tr class="field-odd field"><th class="field-name">Raise:</th><td class="field-body"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthorized</span></code>
|
||||
Forbidden</td>
|
||||
</tr>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.NotFound</span></code>
|
||||
Organization doesn’t exist</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</dd></dl>
|
||||
@ -343,12 +347,12 @@ credential) is authorized on.</p>
|
||||
</tr>
|
||||
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"></td>
|
||||
</tr>
|
||||
<tr class="field-odd field"><th class="field-name">Raise:</th><td class="field-body"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthorized</span></code>
|
||||
Forbidden</td>
|
||||
</tr>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthenticated</span></code>
|
||||
<tr class="field-odd field"><th class="field-name">Raise:</th><td class="field-body"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthenticated</span></code>
|
||||
Unauthorized</td>
|
||||
</tr>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthorized</span></code>
|
||||
Forbidden</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</dd></dl>
|
||||
@ -393,7 +397,7 @@ Unauthorized</td>
|
||||
|
||||
<div role="contentinfo">
|
||||
<p>
|
||||
© Copyright 2018, VMware, Inc.
|
||||
© Copyright 2019, VMware, Inc.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
@ -418,7 +422,7 @@ Unauthorized</td>
|
||||
<script type="text/javascript" src="_static/jquery.js"></script>
|
||||
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||
<script async="async" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
|
||||
<script type="text/javascript" src="_static/language_data.js"></script>
|
||||
|
||||
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>com.vmware.vmc package — VMware Cloud on AWS Console API 1.3.0 documentation</title>
|
||||
<title>com.vmware.vmc package — VMware Cloud on AWS Console API 1.3.1 documentation</title>
|
||||
|
||||
|
||||
|
||||
@ -58,7 +58,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
1.3.0
|
||||
1.3.1
|
||||
</div>
|
||||
|
||||
|
||||
@ -96,6 +96,7 @@
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="vmware.html">vmware package</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
@ -232,8 +233,11 @@
|
||||
</ul>
|
||||
</li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="com.vmware.vmc.orgs.html#submodules">Submodules</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="com.vmware.vmc.orgs.html#module-com.vmware.vmc.orgs.account_link_client">com.vmware.vmc.orgs.account_link_client module</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="com.vmware.vmc.orgs.html#module-com.vmware.vmc.orgs.reservations_client">com.vmware.vmc.orgs.reservations_client module</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="com.vmware.vmc.orgs.html#module-com.vmware.vmc.orgs.sddcs_client">com.vmware.vmc.orgs.sddcs_client module</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="com.vmware.vmc.orgs.html#module-com.vmware.vmc.orgs.storage_client">com.vmware.vmc.orgs.storage_client module</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="com.vmware.vmc.orgs.html#module-com.vmware.vmc.orgs.subscriptions_client">com.vmware.vmc.orgs.subscriptions_client module</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="com.vmware.vmc.orgs.html#module-com.vmware.vmc.orgs.tbrs_client">com.vmware.vmc.orgs.tbrs_client module</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
@ -349,7 +353,7 @@ or internal. Can define multiple.</li>
|
||||
|
||||
<dl class="class">
|
||||
<dt id="com.vmware.vmc.model_client.Agent">
|
||||
<em class="property">class </em><code class="descclassname">com.vmware.vmc.model_client.</code><code class="descname">Agent</code><span class="sig-paren">(</span><em>addresses=None</em>, <em>healthy=None</em>, <em>custom_properties=None</em>, <em>last_health_status_change=None</em>, <em>internal_ip=None</em>, <em>reserved_ip=None</em>, <em>network_netmask=None</em>, <em>network_gateway=None</em>, <em>provider='Agent'</em>, <em>agent_url=None</em>, <em>network_cidr=None</em>, <em>id=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.model_client.Agent" title="Permalink to this definition">¶</a></dt>
|
||||
<em class="property">class </em><code class="descclassname">com.vmware.vmc.model_client.</code><code class="descname">Agent</code><span class="sig-paren">(</span><em>addresses=None</em>, <em>reserved_ip=None</em>, <em>healthy=None</em>, <em>custom_properties=None</em>, <em>last_health_status_change=None</em>, <em>cert_enabled=None</em>, <em>internal_ip=None</em>, <em>hostname_verifier_enabled=None</em>, <em>network_netmask=None</em>, <em>network_gateway=None</em>, <em>provider='Agent'</em>, <em>is_master=None</em>, <em>network_cidr=None</em>, <em>id=None</em>, <em>agent_url=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.model_client.Agent" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.struct.VapiStruct</span></code></p>
|
||||
<div class="admonition tip">
|
||||
<p class="first admonition-title">Tip</p>
|
||||
@ -362,17 +366,22 @@ names.</p>
|
||||
<tbody valign="top">
|
||||
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple">
|
||||
<li><strong>addresses</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">list</span></code> of <code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – </li>
|
||||
<li><strong>reserved_ip</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – </li>
|
||||
<li><strong>healthy</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">bool</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – </li>
|
||||
<li><strong>custom_properties</strong> ((<code class="xref py py-class docutils literal notranslate"><span class="pre">dict</span></code> of <code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> and <code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code>) or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – </li>
|
||||
<li><strong>last_health_status_change</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">long</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – </li>
|
||||
<li><strong>cert_enabled</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">bool</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – Boolean flag to indicate if the agent is using CA signed
|
||||
certificate</li>
|
||||
<li><strong>internal_ip</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – </li>
|
||||
<li><strong>reserved_ip</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – </li>
|
||||
<li><strong>hostname_verifier_enabled</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">bool</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – Boolean flag to indicate if the agent is using FQDN in the
|
||||
certificate</li>
|
||||
<li><strong>network_netmask</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – </li>
|
||||
<li><strong>network_gateway</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – </li>
|
||||
<li><strong>provider</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code>) – </li>
|
||||
<li><strong>agent_url</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – </li>
|
||||
<li><strong>is_master</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">bool</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – Boolean flag to indicate if the agent is the master</li>
|
||||
<li><strong>network_cidr</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – </li>
|
||||
<li><strong>id</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – </li>
|
||||
<li><strong>agent_url</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – </li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
@ -475,7 +484,7 @@ define multiple.</li>
|
||||
|
||||
<dl class="class">
|
||||
<dt id="com.vmware.vmc.model_client.AwsAgent">
|
||||
<em class="property">class </em><code class="descclassname">com.vmware.vmc.model_client.</code><code class="descname">AwsAgent</code><span class="sig-paren">(</span><em>instance_id=None</em>, <em>key_pair=None</em>, <em>addresses=None</em>, <em>healthy=None</em>, <em>custom_properties=None</em>, <em>last_health_status_change=None</em>, <em>internal_ip=None</em>, <em>reserved_ip=None</em>, <em>network_netmask=None</em>, <em>network_gateway=None</em>, <em>provider='AWS'</em>, <em>agent_url=None</em>, <em>network_cidr=None</em>, <em>id=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.model_client.AwsAgent" title="Permalink to this definition">¶</a></dt>
|
||||
<em class="property">class </em><code class="descclassname">com.vmware.vmc.model_client.</code><code class="descname">AwsAgent</code><span class="sig-paren">(</span><em>instance_id=None</em>, <em>key_pair=None</em>, <em>addresses=None</em>, <em>reserved_ip=None</em>, <em>healthy=None</em>, <em>custom_properties=None</em>, <em>last_health_status_change=None</em>, <em>cert_enabled=None</em>, <em>internal_ip=None</em>, <em>hostname_verifier_enabled=None</em>, <em>network_netmask=None</em>, <em>network_gateway=None</em>, <em>provider='AWS'</em>, <em>is_master=None</em>, <em>network_cidr=None</em>, <em>id=None</em>, <em>agent_url=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.model_client.AwsAgent" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.struct.VapiStruct</span></code></p>
|
||||
<div class="admonition tip">
|
||||
<p class="first admonition-title">Tip</p>
|
||||
@ -490,17 +499,22 @@ names.</p>
|
||||
<li><strong>instance_id</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – </li>
|
||||
<li><strong>key_pair</strong> (<a class="reference internal" href="#com.vmware.vmc.model_client.AwsKeyPair" title="com.vmware.vmc.model_client.AwsKeyPair"><code class="xref py py-class docutils literal notranslate"><span class="pre">AwsKeyPair</span></code></a> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – </li>
|
||||
<li><strong>addresses</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">list</span></code> of <code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – </li>
|
||||
<li><strong>reserved_ip</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – </li>
|
||||
<li><strong>healthy</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">bool</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – </li>
|
||||
<li><strong>custom_properties</strong> ((<code class="xref py py-class docutils literal notranslate"><span class="pre">dict</span></code> of <code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> and <code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code>) or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – </li>
|
||||
<li><strong>last_health_status_change</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">long</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – </li>
|
||||
<li><strong>cert_enabled</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">bool</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – Boolean flag to indicate if the agent is using CA signed
|
||||
certificate</li>
|
||||
<li><strong>internal_ip</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – </li>
|
||||
<li><strong>reserved_ip</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – </li>
|
||||
<li><strong>hostname_verifier_enabled</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">bool</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – Boolean flag to indicate if the agent is using FQDN in the
|
||||
certificate</li>
|
||||
<li><strong>network_netmask</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – </li>
|
||||
<li><strong>network_gateway</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – </li>
|
||||
<li><strong>provider</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code>) – </li>
|
||||
<li><strong>agent_url</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – </li>
|
||||
<li><strong>is_master</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">bool</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – Boolean flag to indicate if the agent is the master</li>
|
||||
<li><strong>network_cidr</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – </li>
|
||||
<li><strong>id</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – </li>
|
||||
<li><strong>agent_url</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – </li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
@ -675,7 +689,7 @@ names.</p>
|
||||
|
||||
<dl class="class">
|
||||
<dt id="com.vmware.vmc.model_client.AwsSddcConfig">
|
||||
<em class="property">class </em><code class="descclassname">com.vmware.vmc.model_client.</code><code class="descname">AwsSddcConfig</code><span class="sig-paren">(</span><em>region=None</em>, <em>name=None</em>, <em>account_link_sddc_config=None</em>, <em>vpc_cidr=None</em>, <em>num_hosts=None</em>, <em>sddc_type=None</em>, <em>vxlan_subnet=None</em>, <em>account_link_config=None</em>, <em>provider='AWS'</em>, <em>sso_domain=None</em>, <em>sddc_template_id=None</em>, <em>deployment_type=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.model_client.AwsSddcConfig" title="Permalink to this definition">¶</a></dt>
|
||||
<em class="property">class </em><code class="descclassname">com.vmware.vmc.model_client.</code><code class="descname">AwsSddcConfig</code><span class="sig-paren">(</span><em>region=None</em>, <em>storage_capacity=None</em>, <em>name=None</em>, <em>account_link_sddc_config=None</em>, <em>vpc_cidr=None</em>, <em>num_hosts=None</em>, <em>sddc_type=None</em>, <em>vxlan_subnet=None</em>, <em>account_link_config=None</em>, <em>provider='AWS'</em>, <em>skip_creating_vxlan=None</em>, <em>sso_domain=None</em>, <em>sddc_template_id=None</em>, <em>deployment_type=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.model_client.AwsSddcConfig" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.struct.VapiStruct</span></code></p>
|
||||
<div class="admonition tip">
|
||||
<p class="first admonition-title">Tip</p>
|
||||
@ -688,13 +702,17 @@ names.</p>
|
||||
<tbody valign="top">
|
||||
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple">
|
||||
<li><strong>region</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code>) – </li>
|
||||
<li><strong>storage_capacity</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">long</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – The storage capacity value to be requested for the sddc primary
|
||||
cluster, in GiBs. If provided, instead of using the direct-attached
|
||||
storage, a capacity value amount of seperable storage will be used.
|
||||
format: int64</li>
|
||||
<li><strong>name</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code>) – </li>
|
||||
<li><strong>account_link_sddc_config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">list</span></code> of <a class="reference internal" href="#com.vmware.vmc.model_client.AccountLinkSddcConfig" title="com.vmware.vmc.model_client.AccountLinkSddcConfig"><code class="xref py py-class docutils literal notranslate"><span class="pre">AccountLinkSddcConfig</span></code></a> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – A list of the SDDC linking configurations to use.</li>
|
||||
<li><strong>vpc_cidr</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – AWS VPC IP range. Only prefix of 16 or 20 is currently supported.</li>
|
||||
<li><strong>num_hosts</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">long</span></code>) – </li>
|
||||
<li><strong>sddc_type</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – Denotes the sddc type , if the value is null or empty, the type is
|
||||
considered as default.</li>
|
||||
<li><strong>vxlan_subnet</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – VXLAN IP subnet</li>
|
||||
<li><strong>vxlan_subnet</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – VXLAN IP subnet in CIDR for compute gateway</li>
|
||||
<li><strong>account_link_config</strong> (<a class="reference internal" href="#com.vmware.vmc.model_client.AccountLinkConfig" title="com.vmware.vmc.model_client.AccountLinkConfig"><code class="xref py py-class docutils literal notranslate"><span class="pre">AccountLinkConfig</span></code></a> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – The account linking configuration, we will keep this one and remove
|
||||
accountLinkSddcConfig finally.</li>
|
||||
<li><strong>provider</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code>) – <p>Possible values are:</p>
|
||||
@ -704,6 +722,7 @@ accountLinkSddcConfig finally.</li>
|
||||
<p>Determines what additional properties are available based on cloud
|
||||
provider.</p>
|
||||
</li>
|
||||
<li><strong>skip_creating_vxlan</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">bool</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – skip creating vxlan for compute gateway for SDDC provisioning</li>
|
||||
<li><strong>sso_domain</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – The SSO domain name to use for vSphere users. If not specified,
|
||||
vmc.local will be used.</li>
|
||||
<li><strong>sddc_template_id</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – If provided, configuration from the template will applied to the
|
||||
@ -766,7 +785,7 @@ names.</p>
|
||||
|
||||
<dl class="class">
|
||||
<dt id="com.vmware.vmc.model_client.AwsSddcResourceConfig">
|
||||
<em class="property">class </em><code class="descclassname">com.vmware.vmc.model_client.</code><code class="descname">AwsSddcResourceConfig</code><span class="sig-paren">(</span><em>backup_restore_bucket=None</em>, <em>public_ip_pool=None</em>, <em>vpc_info=None</em>, <em>kms_vpc_endpoint=None</em>, <em>max_num_public_ip=None</em>, <em>account_link_sddc_config=None</em>, <em>region=None</em>, <em>vsan_encryption_config=None</em>, <em>vpc_info_peered_agent=None</em>, <em>mgmt_appliance_network_name=None</em>, <em>dns_with_management_vm_private_ip=None</em>, <em>nsxt=None</em>, <em>mgw_id=None</em>, <em>nsx_mgr_url=None</em>, <em>psc_management_ip=None</em>, <em>psc_url=None</em>, <em>cgws=None</em>, <em>availability_zones=None</em>, <em>management_ds=None</em>, <em>nsx_api_public_endpoint_url=None</em>, <em>custom_properties=None</em>, <em>cloud_password=None</em>, <em>provider='AWS'</em>, <em>clusters=None</em>, <em>vc_management_ip=None</em>, <em>sddc_networks=None</em>, <em>cloud_username=None</em>, <em>esx_hosts=None</em>, <em>nsx_mgr_management_ip=None</em>, <em>vc_instance_id=None</em>, <em>esx_cluster_id=None</em>, <em>vc_public_ip=None</em>, <em>vc_url=None</em>, <em>sddc_manifest=None</em>, <em>vxlan_subnet=None</em>, <em>cloud_user_group=None</em>, <em>management_rp=None</em>, <em>witness_availability_zone=None</em>, <em>esx_host_subnet=None</em>, <em>sso_domain=None</em>, <em>deployment_type=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.model_client.AwsSddcResourceConfig" title="Permalink to this definition">¶</a></dt>
|
||||
<em class="property">class </em><code class="descclassname">com.vmware.vmc.model_client.</code><code class="descname">AwsSddcResourceConfig</code><span class="sig-paren">(</span><em>backup_restore_bucket=None</em>, <em>public_ip_pool=None</em>, <em>vpc_info=None</em>, <em>kms_vpc_endpoint=None</em>, <em>max_num_public_ip=None</em>, <em>account_link_sddc_config=None</em>, <em>region=None</em>, <em>vsan_encryption_config=None</em>, <em>vpc_info_peered_agent=None</em>, <em>mgmt_appliance_network_name=None</em>, <em>nsxt=None</em>, <em>mgw_id=None</em>, <em>nsx_mgr_url=None</em>, <em>psc_management_ip=None</em>, <em>psc_url=None</em>, <em>cgws=None</em>, <em>availability_zones=None</em>, <em>management_ds=None</em>, <em>nsx_api_public_endpoint_url=None</em>, <em>custom_properties=None</em>, <em>cloud_password=None</em>, <em>provider='AWS'</em>, <em>clusters=None</em>, <em>vc_management_ip=None</em>, <em>sddc_networks=None</em>, <em>cloud_username=None</em>, <em>esx_hosts=None</em>, <em>nsx_mgr_management_ip=None</em>, <em>vc_instance_id=None</em>, <em>esx_cluster_id=None</em>, <em>vc_public_ip=None</em>, <em>skip_creating_vxlan=None</em>, <em>vc_url=None</em>, <em>sddc_manifest=None</em>, <em>vxlan_subnet=None</em>, <em>cloud_user_group=None</em>, <em>management_rp=None</em>, <em>witness_availability_zone=None</em>, <em>esx_host_subnet=None</em>, <em>sso_domain=None</em>, <em>deployment_type=None</em>, <em>dns_with_management_vm_private_ip=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.model_client.AwsSddcResourceConfig" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.struct.VapiStruct</span></code></p>
|
||||
<div class="admonition tip">
|
||||
<p class="first admonition-title">Tip</p>
|
||||
@ -788,8 +807,6 @@ names.</p>
|
||||
<li><strong>vsan_encryption_config</strong> (<a class="reference internal" href="#com.vmware.vmc.model_client.VsanEncryptionConfig" title="com.vmware.vmc.model_client.VsanEncryptionConfig"><code class="xref py py-class docutils literal notranslate"><span class="pre">VsanEncryptionConfig</span></code></a> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – </li>
|
||||
<li><strong>vpc_info_peered_agent</strong> (<a class="reference internal" href="#com.vmware.vmc.model_client.VpcInfo" title="com.vmware.vmc.model_client.VpcInfo"><code class="xref py py-class docutils literal notranslate"><span class="pre">VpcInfo</span></code></a> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – </li>
|
||||
<li><strong>mgmt_appliance_network_name</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – Name for management appliance network.</li>
|
||||
<li><strong>dns_with_management_vm_private_ip</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">bool</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – if true, use the private IP addresses to register DNS records for
|
||||
the management VMs</li>
|
||||
<li><strong>nsxt</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">bool</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – if true, NSX-T UI is enabled.</li>
|
||||
<li><strong>mgw_id</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – Management Gateway Id</li>
|
||||
<li><strong>nsx_mgr_url</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – URL of the NSX Manager</li>
|
||||
@ -824,6 +841,7 @@ in <a class="reference internal" href="#com.vmware.vmc.model_client.Cluster" tit
|
||||
<li><strong>vc_instance_id</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – unique id of the vCenter server</li>
|
||||
<li><strong>esx_cluster_id</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – Cluster Id to add ESX workflow</li>
|
||||
<li><strong>vc_public_ip</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – vCenter public IP</li>
|
||||
<li><strong>skip_creating_vxlan</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">bool</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – skip creating vxlan for compute gateway for SDDC provisioning</li>
|
||||
<li><strong>vc_url</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – URL of the vCenter server</li>
|
||||
<li><strong>sddc_manifest</strong> (<a class="reference internal" href="#com.vmware.vmc.model_client.SddcManifest" title="com.vmware.vmc.model_client.SddcManifest"><code class="xref py py-class docutils literal notranslate"><span class="pre">SddcManifest</span></code></a> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – </li>
|
||||
<li><strong>vxlan_subnet</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – VXLAN IP subnet</li>
|
||||
@ -841,6 +859,8 @@ MultiAZ SDDC. This is null for a SingleAZ SDDC.</li>
|
||||
<blockquote>
|
||||
<div>Denotes if this is a SingleAZ SDDC or a MultiAZ SDDC.</div></blockquote>
|
||||
</li>
|
||||
<li><strong>dns_with_management_vm_private_ip</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">bool</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – if true, use the private IP addresses to register DNS records for
|
||||
the management VMs</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
@ -1060,7 +1080,7 @@ names.</p>
|
||||
|
||||
<dl class="class">
|
||||
<dt id="com.vmware.vmc.model_client.ClusterConfig">
|
||||
<em class="property">class </em><code class="descclassname">com.vmware.vmc.model_client.</code><code class="descname">ClusterConfig</code><span class="sig-paren">(</span><em>num_hosts=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.model_client.ClusterConfig" title="Permalink to this definition">¶</a></dt>
|
||||
<em class="property">class </em><code class="descclassname">com.vmware.vmc.model_client.</code><code class="descname">ClusterConfig</code><span class="sig-paren">(</span><em>host_cpu_cores_count=None</em>, <em>storage_capacity=None</em>, <em>num_hosts=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.model_client.ClusterConfig" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.struct.VapiStruct</span></code></p>
|
||||
<div class="admonition tip">
|
||||
<p class="first admonition-title">Tip</p>
|
||||
@ -1071,7 +1091,14 @@ names.</p>
|
||||
<col class="field-name" />
|
||||
<col class="field-body" />
|
||||
<tbody valign="top">
|
||||
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>num_hosts</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">long</span></code>) – </td>
|
||||
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple">
|
||||
<li><strong>host_cpu_cores_count</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">long</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – Customize CPU cores on hosts in a cluster. Specify number of cores
|
||||
to be enabled on hosts in a cluster. format: int32</li>
|
||||
<li><strong>storage_capacity</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">long</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – For EBS-backed instances only, the requested storage capacity in
|
||||
GiB. format: int64</li>
|
||||
<li><strong>num_hosts</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">long</span></code>) – </li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
@ -1108,7 +1135,7 @@ names.</p>
|
||||
|
||||
<dl class="class">
|
||||
<dt id="com.vmware.vmc.model_client.ConnectivityAgentValidation">
|
||||
<em class="property">class </em><code class="descclassname">com.vmware.vmc.model_client.</code><code class="descname">ConnectivityAgentValidation</code><span class="sig-paren">(</span><em>type=None</em>, <em>ports=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.model_client.ConnectivityAgentValidation" title="Permalink to this definition">¶</a></dt>
|
||||
<em class="property">class </em><code class="descclassname">com.vmware.vmc.model_client.</code><code class="descname">ConnectivityAgentValidation</code><span class="sig-paren">(</span><em>source=None</em>, <em>type=None</em>, <em>ports=None</em>, <em>path=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.model_client.ConnectivityAgentValidation" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.struct.VapiStruct</span></code></p>
|
||||
<div class="admonition tip">
|
||||
<p class="first admonition-title">Tip</p>
|
||||
@ -1120,28 +1147,59 @@ names.</p>
|
||||
<col class="field-body" />
|
||||
<tbody valign="top">
|
||||
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple">
|
||||
<li><strong>source</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – <p>Possible values are:</p>
|
||||
<ul>
|
||||
<li><a class="reference internal" href="#com.vmware.vmc.model_client.ConnectivityAgentValidation.SOURCE_VCENTER" title="com.vmware.vmc.model_client.ConnectivityAgentValidation.SOURCE_VCENTER"><code class="xref py py-attr docutils literal notranslate"><span class="pre">ConnectivityAgentValidation.SOURCE_VCENTER</span></code></a></li>
|
||||
<li><a class="reference internal" href="#com.vmware.vmc.model_client.ConnectivityAgentValidation.SOURCE_SRM" title="com.vmware.vmc.model_client.ConnectivityAgentValidation.SOURCE_SRM"><code class="xref py py-attr docutils literal notranslate"><span class="pre">ConnectivityAgentValidation.SOURCE_SRM</span></code></a></li>
|
||||
<li><a class="reference internal" href="#com.vmware.vmc.model_client.ConnectivityAgentValidation.SOURCE_VR" title="com.vmware.vmc.model_client.ConnectivityAgentValidation.SOURCE_VR"><code class="xref py py-attr docutils literal notranslate"><span class="pre">ConnectivityAgentValidation.SOURCE_VR</span></code></a></li>
|
||||
</ul>
|
||||
<blockquote>
|
||||
<div>source appliance of connectivity test, i.e. VCENTER, SRM, VR.</div></blockquote>
|
||||
</li>
|
||||
<li><strong>type</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – <p>Possible values are:</p>
|
||||
<ul>
|
||||
<li><a class="reference internal" href="#com.vmware.vmc.model_client.ConnectivityAgentValidation.TYPE_PING" title="com.vmware.vmc.model_client.ConnectivityAgentValidation.TYPE_PING"><code class="xref py py-attr docutils literal notranslate"><span class="pre">ConnectivityAgentValidation.TYPE_PING</span></code></a></li>
|
||||
<li><a class="reference internal" href="#com.vmware.vmc.model_client.ConnectivityAgentValidation.TYPE_TRACEROUTE" title="com.vmware.vmc.model_client.ConnectivityAgentValidation.TYPE_TRACEROUTE"><code class="xref py py-attr docutils literal notranslate"><span class="pre">ConnectivityAgentValidation.TYPE_TRACEROUTE</span></code></a></li>
|
||||
<li><a class="reference internal" href="#com.vmware.vmc.model_client.ConnectivityAgentValidation.TYPE_DNS" title="com.vmware.vmc.model_client.ConnectivityAgentValidation.TYPE_DNS"><code class="xref py py-attr docutils literal notranslate"><span class="pre">ConnectivityAgentValidation.TYPE_DNS</span></code></a></li>
|
||||
<li><a class="reference internal" href="#com.vmware.vmc.model_client.ConnectivityAgentValidation.TYPE_CONNECTIVITY" title="com.vmware.vmc.model_client.ConnectivityAgentValidation.TYPE_CONNECTIVITY"><code class="xref py py-attr docutils literal notranslate"><span class="pre">ConnectivityAgentValidation.TYPE_CONNECTIVITY</span></code></a></li>
|
||||
<li><a class="reference internal" href="#com.vmware.vmc.model_client.ConnectivityAgentValidation.TYPE_CURL" title="com.vmware.vmc.model_client.ConnectivityAgentValidation.TYPE_CURL"><code class="xref py py-attr docutils literal notranslate"><span class="pre">ConnectivityAgentValidation.TYPE_CURL</span></code></a></li>
|
||||
</ul>
|
||||
<p>type of connectivity test, i.e. PING, TRACEROUTE, DNS,
|
||||
CONNECTIVITY. For CONNECTIVITY test only, please specify the ports
|
||||
to be tested against.</p>
|
||||
CONNECTIVITY, CURL. For CONNECTIVITY and CURL tests only, please
|
||||
specify the ports to be tested against.</p>
|
||||
</li>
|
||||
<li><strong>ports</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">list</span></code> of <code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – TCP ports ONLY for CONNECTIVITY tests.</li>
|
||||
<li><strong>ports</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">list</span></code> of <code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – TCP ports ONLY for CONNECTIVITY and CURL tests.</li>
|
||||
<li><strong>path</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – URL path ONLY for CURL tests.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<dl class="attribute">
|
||||
<dt id="com.vmware.vmc.model_client.ConnectivityAgentValidation.SOURCE_SRM">
|
||||
<code class="descname">SOURCE_SRM</code><em class="property"> = 'SRM'</em><a class="headerlink" href="#com.vmware.vmc.model_client.ConnectivityAgentValidation.SOURCE_SRM" title="Permalink to this definition">¶</a></dt>
|
||||
<dd></dd></dl>
|
||||
|
||||
<dl class="attribute">
|
||||
<dt id="com.vmware.vmc.model_client.ConnectivityAgentValidation.SOURCE_VCENTER">
|
||||
<code class="descname">SOURCE_VCENTER</code><em class="property"> = 'VCENTER'</em><a class="headerlink" href="#com.vmware.vmc.model_client.ConnectivityAgentValidation.SOURCE_VCENTER" title="Permalink to this definition">¶</a></dt>
|
||||
<dd></dd></dl>
|
||||
|
||||
<dl class="attribute">
|
||||
<dt id="com.vmware.vmc.model_client.ConnectivityAgentValidation.SOURCE_VR">
|
||||
<code class="descname">SOURCE_VR</code><em class="property"> = 'VR'</em><a class="headerlink" href="#com.vmware.vmc.model_client.ConnectivityAgentValidation.SOURCE_VR" title="Permalink to this definition">¶</a></dt>
|
||||
<dd></dd></dl>
|
||||
|
||||
<dl class="attribute">
|
||||
<dt id="com.vmware.vmc.model_client.ConnectivityAgentValidation.TYPE_CONNECTIVITY">
|
||||
<code class="descname">TYPE_CONNECTIVITY</code><em class="property"> = 'CONNECTIVITY'</em><a class="headerlink" href="#com.vmware.vmc.model_client.ConnectivityAgentValidation.TYPE_CONNECTIVITY" title="Permalink to this definition">¶</a></dt>
|
||||
<dd></dd></dl>
|
||||
|
||||
<dl class="attribute">
|
||||
<dt id="com.vmware.vmc.model_client.ConnectivityAgentValidation.TYPE_CURL">
|
||||
<code class="descname">TYPE_CURL</code><em class="property"> = 'CURL'</em><a class="headerlink" href="#com.vmware.vmc.model_client.ConnectivityAgentValidation.TYPE_CURL" title="Permalink to this definition">¶</a></dt>
|
||||
<dd></dd></dl>
|
||||
|
||||
<dl class="attribute">
|
||||
<dt id="com.vmware.vmc.model_client.ConnectivityAgentValidation.TYPE_DNS">
|
||||
<code class="descname">TYPE_DNS</code><em class="property"> = 'DNS'</em><a class="headerlink" href="#com.vmware.vmc.model_client.ConnectivityAgentValidation.TYPE_DNS" title="Permalink to this definition">¶</a></dt>
|
||||
@ -1176,6 +1234,7 @@ names.</p>
|
||||
<li><strong>id</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – <p>Possible values are:</p>
|
||||
<ul>
|
||||
<li><a class="reference internal" href="#com.vmware.vmc.model_client.ConnectivityValidationGroup.ID_HLM" title="com.vmware.vmc.model_client.ConnectivityValidationGroup.ID_HLM"><code class="xref py py-attr docutils literal notranslate"><span class="pre">ConnectivityValidationGroup.ID_HLM</span></code></a></li>
|
||||
<li><a class="reference internal" href="#com.vmware.vmc.model_client.ConnectivityValidationGroup.ID_DRAAS" title="com.vmware.vmc.model_client.ConnectivityValidationGroup.ID_DRAAS"><code class="xref py py-attr docutils literal notranslate"><span class="pre">ConnectivityValidationGroup.ID_DRAAS</span></code></a></li>
|
||||
</ul>
|
||||
<blockquote>
|
||||
<div>test group id, currently, only HLM.</div></blockquote>
|
||||
@ -1187,6 +1246,11 @@ names.</p>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<dl class="attribute">
|
||||
<dt id="com.vmware.vmc.model_client.ConnectivityValidationGroup.ID_DRAAS">
|
||||
<code class="descname">ID_DRAAS</code><em class="property"> = 'DRAAS'</em><a class="headerlink" href="#com.vmware.vmc.model_client.ConnectivityValidationGroup.ID_DRAAS" title="Permalink to this definition">¶</a></dt>
|
||||
<dd></dd></dl>
|
||||
|
||||
<dl class="attribute">
|
||||
<dt id="com.vmware.vmc.model_client.ConnectivityValidationGroup.ID_HLM">
|
||||
<code class="descname">ID_HLM</code><em class="property"> = 'HLM'</em><a class="headerlink" href="#com.vmware.vmc.model_client.ConnectivityValidationGroup.ID_HLM" title="Permalink to this definition">¶</a></dt>
|
||||
@ -1289,9 +1353,14 @@ names.</p>
|
||||
<li><a class="reference internal" href="#com.vmware.vmc.model_client.ConnectivityValidationSubGroup.ID_ONPREM_PSC" title="com.vmware.vmc.model_client.ConnectivityValidationSubGroup.ID_ONPREM_PSC"><code class="xref py py-attr docutils literal notranslate"><span class="pre">ConnectivityValidationSubGroup.ID_ONPREM_PSC</span></code></a></li>
|
||||
<li><a class="reference internal" href="#com.vmware.vmc.model_client.ConnectivityValidationSubGroup.ID_ACTIVE_DIRECTORY" title="com.vmware.vmc.model_client.ConnectivityValidationSubGroup.ID_ACTIVE_DIRECTORY"><code class="xref py py-attr docutils literal notranslate"><span class="pre">ConnectivityValidationSubGroup.ID_ACTIVE_DIRECTORY</span></code></a></li>
|
||||
<li><a class="reference internal" href="#com.vmware.vmc.model_client.ConnectivityValidationSubGroup.ID_ONPREM_ESX" title="com.vmware.vmc.model_client.ConnectivityValidationSubGroup.ID_ONPREM_ESX"><code class="xref py py-attr docutils literal notranslate"><span class="pre">ConnectivityValidationSubGroup.ID_ONPREM_ESX</span></code></a></li>
|
||||
<li><a class="reference internal" href="#com.vmware.vmc.model_client.ConnectivityValidationSubGroup.ID_DRAAS_ONPREM_VCENTER" title="com.vmware.vmc.model_client.ConnectivityValidationSubGroup.ID_DRAAS_ONPREM_VCENTER"><code class="xref py py-attr docutils literal notranslate"><span class="pre">ConnectivityValidationSubGroup.ID_DRAAS_ONPREM_VCENTER</span></code></a></li>
|
||||
<li><a class="reference internal" href="#com.vmware.vmc.model_client.ConnectivityValidationSubGroup.ID_DRAAS_ONPREM_PSC" title="com.vmware.vmc.model_client.ConnectivityValidationSubGroup.ID_DRAAS_ONPREM_PSC"><code class="xref py py-attr docutils literal notranslate"><span class="pre">ConnectivityValidationSubGroup.ID_DRAAS_ONPREM_PSC</span></code></a></li>
|
||||
<li><a class="reference internal" href="#com.vmware.vmc.model_client.ConnectivityValidationSubGroup.ID_DRAAS_ONPREM_SRM" title="com.vmware.vmc.model_client.ConnectivityValidationSubGroup.ID_DRAAS_ONPREM_SRM"><code class="xref py py-attr docutils literal notranslate"><span class="pre">ConnectivityValidationSubGroup.ID_DRAAS_ONPREM_SRM</span></code></a></li>
|
||||
<li><a class="reference internal" href="#com.vmware.vmc.model_client.ConnectivityValidationSubGroup.ID_DRAAS_ONPREM_VR" title="com.vmware.vmc.model_client.ConnectivityValidationSubGroup.ID_DRAAS_ONPREM_VR"><code class="xref py py-attr docutils literal notranslate"><span class="pre">ConnectivityValidationSubGroup.ID_DRAAS_ONPREM_VR</span></code></a></li>
|
||||
</ul>
|
||||
<p>subGroup id, i.e. PRIMARY_DNS, SECONDARY_DNS, ONPREM_VCENTER,
|
||||
ONPREM_PSC, ACTIVE_DIRECTORY, and ONPREM_ESX.</p>
|
||||
ONPREM_PSC, ACTIVE_DIRECTORY, ONPREM_ESX, DRAAS_ONPREM_VCENTER,
|
||||
DRAAS_ONPREM_PSC, DRAAS_ONPREM_SRM and DRAAS_ONPREM_VR.</p>
|
||||
</li>
|
||||
</ul>
|
||||
</td>
|
||||
@ -1303,6 +1372,26 @@ ONPREM_PSC, ACTIVE_DIRECTORY, and ONPREM_ESX.</p>
|
||||
<code class="descname">ID_ACTIVE_DIRECTORY</code><em class="property"> = 'ACTIVE_DIRECTORY'</em><a class="headerlink" href="#com.vmware.vmc.model_client.ConnectivityValidationSubGroup.ID_ACTIVE_DIRECTORY" title="Permalink to this definition">¶</a></dt>
|
||||
<dd></dd></dl>
|
||||
|
||||
<dl class="attribute">
|
||||
<dt id="com.vmware.vmc.model_client.ConnectivityValidationSubGroup.ID_DRAAS_ONPREM_PSC">
|
||||
<code class="descname">ID_DRAAS_ONPREM_PSC</code><em class="property"> = 'DRAAS_ONPREM_PSC'</em><a class="headerlink" href="#com.vmware.vmc.model_client.ConnectivityValidationSubGroup.ID_DRAAS_ONPREM_PSC" title="Permalink to this definition">¶</a></dt>
|
||||
<dd></dd></dl>
|
||||
|
||||
<dl class="attribute">
|
||||
<dt id="com.vmware.vmc.model_client.ConnectivityValidationSubGroup.ID_DRAAS_ONPREM_SRM">
|
||||
<code class="descname">ID_DRAAS_ONPREM_SRM</code><em class="property"> = 'DRAAS_ONPREM_SRM'</em><a class="headerlink" href="#com.vmware.vmc.model_client.ConnectivityValidationSubGroup.ID_DRAAS_ONPREM_SRM" title="Permalink to this definition">¶</a></dt>
|
||||
<dd></dd></dl>
|
||||
|
||||
<dl class="attribute">
|
||||
<dt id="com.vmware.vmc.model_client.ConnectivityValidationSubGroup.ID_DRAAS_ONPREM_VCENTER">
|
||||
<code class="descname">ID_DRAAS_ONPREM_VCENTER</code><em class="property"> = 'DRAAS_ONPREM_VCENTER'</em><a class="headerlink" href="#com.vmware.vmc.model_client.ConnectivityValidationSubGroup.ID_DRAAS_ONPREM_VCENTER" title="Permalink to this definition">¶</a></dt>
|
||||
<dd></dd></dl>
|
||||
|
||||
<dl class="attribute">
|
||||
<dt id="com.vmware.vmc.model_client.ConnectivityValidationSubGroup.ID_DRAAS_ONPREM_VR">
|
||||
<code class="descname">ID_DRAAS_ONPREM_VR</code><em class="property"> = 'DRAAS_ONPREM_VR'</em><a class="headerlink" href="#com.vmware.vmc.model_client.ConnectivityValidationSubGroup.ID_DRAAS_ONPREM_VR" title="Permalink to this definition">¶</a></dt>
|
||||
<dd></dd></dl>
|
||||
|
||||
<dl class="attribute">
|
||||
<dt id="com.vmware.vmc.model_client.ConnectivityValidationSubGroup.ID_ONPREM_ESX">
|
||||
<code class="descname">ID_ONPREM_ESX</code><em class="property"> = 'ONPREM_ESX'</em><a class="headerlink" href="#com.vmware.vmc.model_client.ConnectivityValidationSubGroup.ID_ONPREM_ESX" title="Permalink to this definition">¶</a></dt>
|
||||
@ -4513,7 +4602,7 @@ names.</p>
|
||||
|
||||
<dl class="class">
|
||||
<dt id="com.vmware.vmc.model_client.ReservationWindow">
|
||||
<em class="property">class </em><code class="descclassname">com.vmware.vmc.model_client.</code><code class="descname">ReservationWindow</code><span class="sig-paren">(</span><em>reservation_state=None</em>, <em>maintenance_properties=None</em>, <em>reserve_id=None</em>, <em>start_hour=None</em>, <em>sddc_id=None</em>, <em>manifest_id=None</em>, <em>duration_hours=None</em>, <em>start_date=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.model_client.ReservationWindow" title="Permalink to this definition">¶</a></dt>
|
||||
<em class="property">class </em><code class="descclassname">com.vmware.vmc.model_client.</code><code class="descname">ReservationWindow</code><span class="sig-paren">(</span><em>reservation_state=None</em>, <em>emergency=None</em>, <em>maintenance_properties=None</em>, <em>reserve_id=None</em>, <em>start_hour=None</em>, <em>sddc_id=None</em>, <em>manifest_id=None</em>, <em>duration_hours=None</em>, <em>start_date=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.model_client.ReservationWindow" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.struct.VapiStruct</span></code></p>
|
||||
<div class="admonition tip">
|
||||
<p class="first admonition-title">Tip</p>
|
||||
@ -4533,6 +4622,7 @@ names.</p>
|
||||
<li><a class="reference internal" href="#com.vmware.vmc.model_client.ReservationWindow.RESERVATION_STATE_COMPLETED" title="com.vmware.vmc.model_client.ReservationWindow.RESERVATION_STATE_COMPLETED"><code class="xref py py-attr docutils literal notranslate"><span class="pre">ReservationWindow.RESERVATION_STATE_COMPLETED</span></code></a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><strong>emergency</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">bool</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – </li>
|
||||
<li><strong>maintenance_properties</strong> (<a class="reference internal" href="#com.vmware.vmc.model_client.ReservationWindowMaintenanceProperties" title="com.vmware.vmc.model_client.ReservationWindowMaintenanceProperties"><code class="xref py py-class docutils literal notranslate"><span class="pre">ReservationWindowMaintenanceProperties</span></code></a> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – </li>
|
||||
<li><strong>reserve_id</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – </li>
|
||||
<li><strong>start_hour</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">long</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – </li>
|
||||
@ -4637,7 +4727,7 @@ names.</p>
|
||||
|
||||
<dl class="class">
|
||||
<dt id="com.vmware.vmc.model_client.Sddc">
|
||||
<em class="property">class </em><code class="descclassname">com.vmware.vmc.model_client.</code><code class="descname">Sddc</code><span class="sig-paren">(</span><em>updated=None</em>, <em>user_id=None</em>, <em>updated_by_user_id=None</em>, <em>created=None</em>, <em>version=None</em>, <em>updated_by_user_name=None</em>, <em>user_name=None</em>, <em>id=None</em>, <em>name=None</em>, <em>sddc_state=None</em>, <em>expiration_date=None</em>, <em>org_id=None</em>, <em>sddc_type=None</em>, <em>provider=None</em>, <em>account_link_state=None</em>, <em>resource_config=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.model_client.Sddc" title="Permalink to this definition">¶</a></dt>
|
||||
<em class="property">class </em><code class="descclassname">com.vmware.vmc.model_client.</code><code class="descname">Sddc</code><span class="sig-paren">(</span><em>updated=None</em>, <em>user_id=None</em>, <em>updated_by_user_id=None</em>, <em>created=None</em>, <em>version=None</em>, <em>updated_by_user_name=None</em>, <em>user_name=None</em>, <em>id=None</em>, <em>name=None</em>, <em>sddc_state=None</em>, <em>expiration_date=None</em>, <em>org_id=None</em>, <em>sddc_type=None</em>, <em>provider=None</em>, <em>account_link_state=None</em>, <em>sddc_access_state=None</em>, <em>resource_config=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.model_client.Sddc" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.struct.VapiStruct</span></code></p>
|
||||
<div class="admonition tip">
|
||||
<p class="first admonition-title">Tip</p>
|
||||
@ -4686,6 +4776,8 @@ format: date-time</li>
|
||||
<blockquote>
|
||||
<div>Account linking state of the sddc</div></blockquote>
|
||||
</li>
|
||||
<li><strong>sddc_access_state</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – Describes the access state of sddc, valid state is DISABLED or
|
||||
ENABLED</li>
|
||||
<li><strong>resource_config</strong> (<a class="reference internal" href="#com.vmware.vmc.model_client.AwsSddcResourceConfig" title="com.vmware.vmc.model_client.AwsSddcResourceConfig"><code class="xref py py-class docutils literal notranslate"><span class="pre">AwsSddcResourceConfig</span></code></a> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – </li>
|
||||
</ul>
|
||||
</td>
|
||||
@ -4771,7 +4863,7 @@ allocated.</li>
|
||||
|
||||
<dl class="class">
|
||||
<dt id="com.vmware.vmc.model_client.SddcConfig">
|
||||
<em class="property">class </em><code class="descclassname">com.vmware.vmc.model_client.</code><code class="descname">SddcConfig</code><span class="sig-paren">(</span><em>name=None</em>, <em>account_link_sddc_config=None</em>, <em>vpc_cidr=None</em>, <em>num_hosts=None</em>, <em>sddc_type=None</em>, <em>vxlan_subnet=None</em>, <em>account_link_config=None</em>, <em>provider='SddcConfig'</em>, <em>sso_domain=None</em>, <em>sddc_template_id=None</em>, <em>deployment_type=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.model_client.SddcConfig" title="Permalink to this definition">¶</a></dt>
|
||||
<em class="property">class </em><code class="descclassname">com.vmware.vmc.model_client.</code><code class="descname">SddcConfig</code><span class="sig-paren">(</span><em>storage_capacity=None</em>, <em>name=None</em>, <em>account_link_sddc_config=None</em>, <em>vpc_cidr=None</em>, <em>num_hosts=None</em>, <em>sddc_type=None</em>, <em>vxlan_subnet=None</em>, <em>account_link_config=None</em>, <em>provider='SddcConfig'</em>, <em>skip_creating_vxlan=None</em>, <em>sso_domain=None</em>, <em>sddc_template_id=None</em>, <em>deployment_type=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.model_client.SddcConfig" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.struct.VapiStruct</span></code></p>
|
||||
<div class="admonition tip">
|
||||
<p class="first admonition-title">Tip</p>
|
||||
@ -4783,13 +4875,17 @@ names.</p>
|
||||
<col class="field-body" />
|
||||
<tbody valign="top">
|
||||
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple">
|
||||
<li><strong>storage_capacity</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">long</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – The storage capacity value to be requested for the sddc primary
|
||||
cluster, in GiBs. If provided, instead of using the direct-attached
|
||||
storage, a capacity value amount of seperable storage will be used.
|
||||
format: int64</li>
|
||||
<li><strong>name</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code>) – </li>
|
||||
<li><strong>account_link_sddc_config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">list</span></code> of <a class="reference internal" href="#com.vmware.vmc.model_client.AccountLinkSddcConfig" title="com.vmware.vmc.model_client.AccountLinkSddcConfig"><code class="xref py py-class docutils literal notranslate"><span class="pre">AccountLinkSddcConfig</span></code></a> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – A list of the SDDC linking configurations to use.</li>
|
||||
<li><strong>vpc_cidr</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – AWS VPC IP range. Only prefix of 16 or 20 is currently supported.</li>
|
||||
<li><strong>num_hosts</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">long</span></code>) – </li>
|
||||
<li><strong>sddc_type</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – Denotes the sddc type , if the value is null or empty, the type is
|
||||
considered as default.</li>
|
||||
<li><strong>vxlan_subnet</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – VXLAN IP subnet</li>
|
||||
<li><strong>vxlan_subnet</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – VXLAN IP subnet in CIDR for compute gateway</li>
|
||||
<li><strong>account_link_config</strong> (<a class="reference internal" href="#com.vmware.vmc.model_client.AccountLinkConfig" title="com.vmware.vmc.model_client.AccountLinkConfig"><code class="xref py py-class docutils literal notranslate"><span class="pre">AccountLinkConfig</span></code></a> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – The account linking configuration, we will keep this one and remove
|
||||
accountLinkSddcConfig finally.</li>
|
||||
<li><strong>provider</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code>) – <p>Possible values are:</p>
|
||||
@ -4799,6 +4895,7 @@ accountLinkSddcConfig finally.</li>
|
||||
<p>Determines what additional properties are available based on cloud
|
||||
provider.</p>
|
||||
</li>
|
||||
<li><strong>skip_creating_vxlan</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">bool</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – skip creating vxlan for compute gateway for SDDC provisioning</li>
|
||||
<li><strong>sso_domain</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – The SSO domain name to use for vSphere users. If not specified,
|
||||
vmc.local will be used.</li>
|
||||
<li><strong>sddc_template_id</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – If provided, configuration from the template will applied to the
|
||||
@ -4846,7 +4943,7 @@ names.</p>
|
||||
<col class="field-name" />
|
||||
<col class="field-body" />
|
||||
<tbody valign="top">
|
||||
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>sddc_id</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – Sddc ID format: UUID</td>
|
||||
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>sddc_id</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – Sddc ID</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
@ -5053,7 +5150,7 @@ names.</p>
|
||||
|
||||
<dl class="class">
|
||||
<dt id="com.vmware.vmc.model_client.SddcResourceConfig">
|
||||
<em class="property">class </em><code class="descclassname">com.vmware.vmc.model_client.</code><code class="descname">SddcResourceConfig</code><span class="sig-paren">(</span><em>mgmt_appliance_network_name=None</em>, <em>dns_with_management_vm_private_ip=None</em>, <em>nsxt=None</em>, <em>mgw_id=None</em>, <em>nsx_mgr_url=None</em>, <em>psc_management_ip=None</em>, <em>psc_url=None</em>, <em>cgws=None</em>, <em>availability_zones=None</em>, <em>management_ds=None</em>, <em>nsx_api_public_endpoint_url=None</em>, <em>custom_properties=None</em>, <em>cloud_password=None</em>, <em>provider='SddcResourceConfig'</em>, <em>clusters=None</em>, <em>vc_management_ip=None</em>, <em>sddc_networks=None</em>, <em>cloud_username=None</em>, <em>esx_hosts=None</em>, <em>nsx_mgr_management_ip=None</em>, <em>vc_instance_id=None</em>, <em>esx_cluster_id=None</em>, <em>vc_public_ip=None</em>, <em>vc_url=None</em>, <em>sddc_manifest=None</em>, <em>vxlan_subnet=None</em>, <em>cloud_user_group=None</em>, <em>management_rp=None</em>, <em>witness_availability_zone=None</em>, <em>esx_host_subnet=None</em>, <em>sso_domain=None</em>, <em>deployment_type=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.model_client.SddcResourceConfig" title="Permalink to this definition">¶</a></dt>
|
||||
<em class="property">class </em><code class="descclassname">com.vmware.vmc.model_client.</code><code class="descname">SddcResourceConfig</code><span class="sig-paren">(</span><em>mgmt_appliance_network_name=None</em>, <em>nsxt=None</em>, <em>mgw_id=None</em>, <em>nsx_mgr_url=None</em>, <em>psc_management_ip=None</em>, <em>psc_url=None</em>, <em>cgws=None</em>, <em>availability_zones=None</em>, <em>management_ds=None</em>, <em>nsx_api_public_endpoint_url=None</em>, <em>custom_properties=None</em>, <em>cloud_password=None</em>, <em>provider='SddcResourceConfig'</em>, <em>clusters=None</em>, <em>vc_management_ip=None</em>, <em>sddc_networks=None</em>, <em>cloud_username=None</em>, <em>esx_hosts=None</em>, <em>nsx_mgr_management_ip=None</em>, <em>vc_instance_id=None</em>, <em>esx_cluster_id=None</em>, <em>vc_public_ip=None</em>, <em>skip_creating_vxlan=None</em>, <em>vc_url=None</em>, <em>sddc_manifest=None</em>, <em>vxlan_subnet=None</em>, <em>cloud_user_group=None</em>, <em>management_rp=None</em>, <em>witness_availability_zone=None</em>, <em>esx_host_subnet=None</em>, <em>sso_domain=None</em>, <em>deployment_type=None</em>, <em>dns_with_management_vm_private_ip=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.model_client.SddcResourceConfig" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.struct.VapiStruct</span></code></p>
|
||||
<div class="admonition tip">
|
||||
<p class="first admonition-title">Tip</p>
|
||||
@ -5066,8 +5163,6 @@ names.</p>
|
||||
<tbody valign="top">
|
||||
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple">
|
||||
<li><strong>mgmt_appliance_network_name</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – Name for management appliance network.</li>
|
||||
<li><strong>dns_with_management_vm_private_ip</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">bool</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – if true, use the private IP addresses to register DNS records for
|
||||
the management VMs</li>
|
||||
<li><strong>nsxt</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">bool</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – if true, NSX-T UI is enabled.</li>
|
||||
<li><strong>mgw_id</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – Management Gateway Id</li>
|
||||
<li><strong>nsx_mgr_url</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – URL of the NSX Manager</li>
|
||||
@ -5102,6 +5197,7 @@ in <a class="reference internal" href="#com.vmware.vmc.model_client.Cluster" tit
|
||||
<li><strong>vc_instance_id</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – unique id of the vCenter server</li>
|
||||
<li><strong>esx_cluster_id</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – Cluster Id to add ESX workflow</li>
|
||||
<li><strong>vc_public_ip</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – vCenter public IP</li>
|
||||
<li><strong>skip_creating_vxlan</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">bool</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – skip creating vxlan for compute gateway for SDDC provisioning</li>
|
||||
<li><strong>vc_url</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – URL of the vCenter server</li>
|
||||
<li><strong>sddc_manifest</strong> (<a class="reference internal" href="#com.vmware.vmc.model_client.SddcManifest" title="com.vmware.vmc.model_client.SddcManifest"><code class="xref py py-class docutils literal notranslate"><span class="pre">SddcManifest</span></code></a> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – </li>
|
||||
<li><strong>vxlan_subnet</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – VXLAN IP subnet</li>
|
||||
@ -5119,6 +5215,8 @@ MultiAZ SDDC. This is null for a SingleAZ SDDC.</li>
|
||||
<blockquote>
|
||||
<div>Denotes if this is a SingleAZ SDDC or a MultiAZ SDDC.</div></blockquote>
|
||||
</li>
|
||||
<li><strong>dns_with_management_vm_private_ip</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">bool</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – if true, use the private IP addresses to register DNS records for
|
||||
the management VMs</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
@ -5299,7 +5397,7 @@ names.</p>
|
||||
|
||||
<dl class="class">
|
||||
<dt id="com.vmware.vmc.model_client.ServiceError">
|
||||
<em class="property">class </em><code class="descclassname">com.vmware.vmc.model_client.</code><code class="descname">ServiceError</code><span class="sig-paren">(</span><em>original_service=None</em>, <em>params=None</em>, <em>default_message=None</em>, <em>original_service_error_code=None</em>, <em>error_code=None</em>, <em>localized_message=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.model_client.ServiceError" title="Permalink to this definition">¶</a></dt>
|
||||
<em class="property">class </em><code class="descclassname">com.vmware.vmc.model_client.</code><code class="descname">ServiceError</code><span class="sig-paren">(</span><em>default_message=None</em>, <em>original_service=None</em>, <em>localized_message=None</em>, <em>original_service_error_code=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.model_client.ServiceError" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.struct.VapiStruct</span></code></p>
|
||||
<p>Detailed service errors associated with a task.</p>
|
||||
<div class="admonition tip">
|
||||
@ -5312,12 +5410,10 @@ names.</p>
|
||||
<col class="field-body" />
|
||||
<tbody valign="top">
|
||||
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple">
|
||||
<li><strong>original_service</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code>) – The original service name of the error.</li>
|
||||
<li><strong>params</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">list</span></code> of <code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – The parameters of the service error.</li>
|
||||
<li><strong>default_message</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – Error message in English.</li>
|
||||
<li><strong>original_service_error_code</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code>) – The original error code of the service.</li>
|
||||
<li><strong>error_code</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code>) – Localizable error code.</li>
|
||||
<li><strong>original_service</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code>) – The original service name of the error.</li>
|
||||
<li><strong>localized_message</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – The localized message.</li>
|
||||
<li><strong>original_service_error_code</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code>) – The original error code of the service.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
@ -5653,9 +5749,33 @@ names.</p>
|
||||
|
||||
</dd></dl>
|
||||
|
||||
<dl class="class">
|
||||
<dt id="com.vmware.vmc.model_client.SubscriptionProducts">
|
||||
<em class="property">class </em><code class="descclassname">com.vmware.vmc.model_client.</code><code class="descname">SubscriptionProducts</code><span class="sig-paren">(</span><em>product=None</em>, <em>types=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.model_client.SubscriptionProducts" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.struct.VapiStruct</span></code></p>
|
||||
<p>Details of products that are available for purchase.</p>
|
||||
<div class="admonition tip">
|
||||
<p class="first admonition-title">Tip</p>
|
||||
<p class="last">The arguments are used to initialize data attributes with the same
|
||||
names.</p>
|
||||
</div>
|
||||
<table class="docutils field-list" frame="void" rules="none">
|
||||
<col class="field-name" />
|
||||
<col class="field-body" />
|
||||
<tbody valign="top">
|
||||
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple">
|
||||
<li><strong>product</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – The name of the product</li>
|
||||
<li><strong>types</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">list</span></code> of <code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – A list of different types/version for the product.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="class">
|
||||
<dt id="com.vmware.vmc.model_client.SubscriptionRequest">
|
||||
<em class="property">class </em><code class="descclassname">com.vmware.vmc.model_client.</code><code class="descname">SubscriptionRequest</code><span class="sig-paren">(</span><em>offer_version=None</em>, <em>product_type=None</em>, <em>region=None</em>, <em>commitment_term=None</em>, <em>offer_name=None</em>, <em>quantity=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.model_client.SubscriptionRequest" title="Permalink to this definition">¶</a></dt>
|
||||
<em class="property">class </em><code class="descclassname">com.vmware.vmc.model_client.</code><code class="descname">SubscriptionRequest</code><span class="sig-paren">(</span><em>product=None</em>, <em>product_type=None</em>, <em>region=None</em>, <em>commitment_term=None</em>, <em>offer_name=None</em>, <em>type=None</em>, <em>offer_version=None</em>, <em>quantity=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.model_client.SubscriptionRequest" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.struct.VapiStruct</span></code></p>
|
||||
<div class="admonition tip">
|
||||
<p class="first admonition-title">Tip</p>
|
||||
@ -5667,11 +5787,15 @@ names.</p>
|
||||
<col class="field-body" />
|
||||
<tbody valign="top">
|
||||
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple">
|
||||
<li><strong>offer_version</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code>) – </li>
|
||||
<li><strong>product_type</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code>) – </li>
|
||||
<li><strong>product</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – The product for which subscription needs to be created. Refer
|
||||
/vmc/api/orgs/{orgId}/products.</li>
|
||||
<li><strong>product_type</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code>) – Old identifier for product. *Deprecarted*. See product and type</li>
|
||||
<li><strong>region</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code>) – </li>
|
||||
<li><strong>commitment_term</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code>) – </li>
|
||||
<li><strong>offer_name</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code>) – </li>
|
||||
<li><strong>type</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – The type of the product for which the subscription needs to be
|
||||
created.</li>
|
||||
<li><strong>offer_version</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code>) – </li>
|
||||
<li><strong>quantity</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">long</span></code>) – </li>
|
||||
</ul>
|
||||
</td>
|
||||
@ -5753,9 +5877,28 @@ names.</p>
|
||||
|
||||
</dd></dl>
|
||||
|
||||
<dl class="class">
|
||||
<dt id="com.vmware.vmc.model_client.SupportWindowId">
|
||||
<em class="property">class </em><code class="descclassname">com.vmware.vmc.model_client.</code><code class="descname">SupportWindowId</code><span class="sig-paren">(</span><em>window_id=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.model_client.SupportWindowId" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.struct.VapiStruct</span></code></p>
|
||||
<div class="admonition tip">
|
||||
<p class="first admonition-title">Tip</p>
|
||||
<p class="last">The arguments are used to initialize data attributes with the same
|
||||
names.</p>
|
||||
</div>
|
||||
<table class="docutils field-list" frame="void" rules="none">
|
||||
<col class="field-name" />
|
||||
<col class="field-body" />
|
||||
<tbody valign="top">
|
||||
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>window_id</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – Support Window ID</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="class">
|
||||
<dt id="com.vmware.vmc.model_client.Task">
|
||||
<em class="property">class </em><code class="descclassname">com.vmware.vmc.model_client.</code><code class="descname">Task</code><span class="sig-paren">(</span><em>updated=None</em>, <em>user_id=None</em>, <em>updated_by_user_id=None</em>, <em>created=None</em>, <em>version=None</em>, <em>updated_by_user_name=None</em>, <em>user_name=None</em>, <em>id=None</em>, <em>status=None</em>, <em>estimated_remaining_minutes=None</em>, <em>localized_error_message=None</em>, <em>resource_id=None</em>, <em>task_version=None</em>, <em>start_resource_entity_version=None</em>, <em>sub_status=None</em>, <em>task_type=None</em>, <em>start_time=None</em>, <em>task_progress_phases=None</em>, <em>error_message=None</em>, <em>org_id=None</em>, <em>end_resource_entity_version=None</em>, <em>service_errors=None</em>, <em>org_type=None</em>, <em>parent_task_id=None</em>, <em>params=None</em>, <em>progress_percent=None</em>, <em>phase_in_progress=None</em>, <em>resource_type=None</em>, <em>end_time=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.model_client.Task" title="Permalink to this definition">¶</a></dt>
|
||||
<em class="property">class </em><code class="descclassname">com.vmware.vmc.model_client.</code><code class="descname">Task</code><span class="sig-paren">(</span><em>updated=None</em>, <em>user_id=None</em>, <em>updated_by_user_id=None</em>, <em>created=None</em>, <em>version=None</em>, <em>updated_by_user_name=None</em>, <em>user_name=None</em>, <em>id=None</em>, <em>status=None</em>, <em>localized_error_message=None</em>, <em>resource_id=None</em>, <em>parent_task_id=None</em>, <em>task_version=None</em>, <em>correlation_id=None</em>, <em>start_resource_entity_version=None</em>, <em>sub_status=None</em>, <em>task_type=None</em>, <em>start_time=None</em>, <em>task_progress_phases=None</em>, <em>error_message=None</em>, <em>org_id=None</em>, <em>end_resource_entity_version=None</em>, <em>service_errors=None</em>, <em>org_type=None</em>, <em>estimated_remaining_minutes=None</em>, <em>params=None</em>, <em>progress_percent=None</em>, <em>phase_in_progress=None</em>, <em>resource_type=None</em>, <em>end_time=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.model_client.Task" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.struct.VapiStruct</span></code></p>
|
||||
<div class="admonition tip">
|
||||
<p class="first admonition-title">Tip</p>
|
||||
@ -5784,11 +5927,15 @@ names.</p>
|
||||
<li><a class="reference internal" href="#com.vmware.vmc.model_client.Task.STATUS_CANCELED" title="com.vmware.vmc.model_client.Task.STATUS_CANCELED"><code class="xref py py-attr docutils literal notranslate"><span class="pre">Task.STATUS_CANCELED</span></code></a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><strong>estimated_remaining_minutes</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">long</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – Estimated remaining time in minute of the task execution, < 0 means
|
||||
no estimation for the task. format: int32</li>
|
||||
<li><strong>localized_error_message</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – </li>
|
||||
<li><strong>resource_id</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – UUID of resources task is acting upon</li>
|
||||
<li><strong>resource_id</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – UUID of the resource the task is acting upon</li>
|
||||
<li><strong>parent_task_id</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – If this task was created by another task - this provides the
|
||||
linkage. Mostly for debugging.</li>
|
||||
<li><strong>task_version</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – </li>
|
||||
<li><strong>correlation_id</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – (Optional) Client provided uniqifier to make task creation
|
||||
idempotent. Be aware not all tasks support this. For tasks that do
|
||||
- supplying the same correlation Id, for the same task type, within
|
||||
a predefined window will ensure the operation happens at most once.</li>
|
||||
<li><strong>start_resource_entity_version</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">long</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – Entity version of the resource at the start of the task. This is
|
||||
only set for some task types. format: int32</li>
|
||||
<li><strong>sub_status</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – </li>
|
||||
@ -5801,8 +5948,8 @@ only set for some task types. format: int32</li>
|
||||
set for some task types. format: int32</li>
|
||||
<li><strong>service_errors</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">list</span></code> of <a class="reference internal" href="#com.vmware.vmc.model_client.ServiceError" title="com.vmware.vmc.model_client.ServiceError"><code class="xref py py-class docutils literal notranslate"><span class="pre">ServiceError</span></code></a> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – Service errors returned from SDDC services.</li>
|
||||
<li><strong>org_type</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – </li>
|
||||
<li><strong>parent_task_id</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – If this task was created by another task - this provides the
|
||||
linkage. Mostly for debugging.</li>
|
||||
<li><strong>estimated_remaining_minutes</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">long</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – Estimated remaining time in minute of the task execution, < 0 means
|
||||
no estimation for the task. format: int32</li>
|
||||
<li><strong>params</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.struct.VapiStruct</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – </li>
|
||||
<li><strong>progress_percent</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">long</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – Estimated progress percentage the task executed format: int32</li>
|
||||
<li><strong>phase_in_progress</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – The current in progress phase ID in the task execution, if none in
|
||||
@ -6323,7 +6470,7 @@ names.</p>
|
||||
<tbody valign="top">
|
||||
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple">
|
||||
<li><strong>on_prem_subnet</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – </li>
|
||||
<li><strong>traffic_stats</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.struct.VapiStruct</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – </li>
|
||||
<li><strong>traffic_stats</strong> (<a class="reference internal" href="#com.vmware.vmc.model_client.VpnTunnelTrafficStats" title="com.vmware.vmc.model_client.VpnTunnelTrafficStats"><code class="xref py py-class docutils literal notranslate"><span class="pre">VpnTunnelTrafficStats</span></code></a> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – </li>
|
||||
<li><strong>last_info_message</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – </li>
|
||||
<li><strong>local_subnet</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – </li>
|
||||
<li><strong>tunnel_state</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – </li>
|
||||
@ -6389,6 +6536,37 @@ names.</p>
|
||||
</table>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="class">
|
||||
<dt id="com.vmware.vmc.model_client.VsanConfigConstraints">
|
||||
<em class="property">class </em><code class="descclassname">com.vmware.vmc.model_client.</code><code class="descname">VsanConfigConstraints</code><span class="sig-paren">(</span><em>max_capacity=None</em>, <em>recommended_capacities=None</em>, <em>supported_capacity_increment=None</em>, <em>min_capacity=None</em>, <em>num_hosts=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.model_client.VsanConfigConstraints" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.struct.VapiStruct</span></code></p>
|
||||
<p>This describes the possible physical storage capacity choices for use with
|
||||
a given VsanStorageDesigner implementation. These choices are specific to a
|
||||
customer-defined number of hosts per cluster.</p>
|
||||
<div class="admonition tip">
|
||||
<p class="first admonition-title">Tip</p>
|
||||
<p class="last">The arguments are used to initialize data attributes with the same
|
||||
names.</p>
|
||||
</div>
|
||||
<table class="docutils field-list" frame="void" rules="none">
|
||||
<col class="field-name" />
|
||||
<col class="field-body" />
|
||||
<tbody valign="top">
|
||||
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple">
|
||||
<li><strong>max_capacity</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">long</span></code>) – Maximum capacity supported for cluster (GiB). format: int64</li>
|
||||
<li><strong>recommended_capacities</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">list</span></code> of <code class="xref py py-class docutils literal notranslate"><span class="pre">long</span></code>) – List of supported capacities which may offer preferable performance
|
||||
(GiB). format: int64</li>
|
||||
<li><strong>supported_capacity_increment</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">long</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – Increment to be added to min_capacity to result in a supported
|
||||
capacity (GiB). format: int64</li>
|
||||
<li><strong>min_capacity</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">long</span></code>) – Minimum capacity supported for cluster (GiB). format: int64</li>
|
||||
<li><strong>num_hosts</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">long</span></code>) – Number of hosts in cluster. format: int64</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="class">
|
||||
<dt id="com.vmware.vmc.model_client.VsanEncryptionConfig">
|
||||
<em class="property">class </em><code class="descclassname">com.vmware.vmc.model_client.</code><code class="descname">VsanEncryptionConfig</code><span class="sig-paren">(</span><em>port=None</em>, <em>certificate=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.model_client.VsanEncryptionConfig" title="Permalink to this definition">¶</a></dt>
|
||||
@ -6416,8 +6594,8 @@ names.</p>
|
||||
<div class="section" id="module-com.vmware.vmc.orgs_client">
|
||||
<span id="com-vmware-vmc-orgs-client-module"></span><h2>com.vmware.vmc.orgs_client module<a class="headerlink" href="#module-com.vmware.vmc.orgs_client" title="Permalink to this headline">¶</a></h2>
|
||||
<dl class="class">
|
||||
<dt id="com.vmware.vmc.orgs_client.OfferInstances">
|
||||
<em class="property">class </em><code class="descclassname">com.vmware.vmc.orgs_client.</code><code class="descname">OfferInstances</code><span class="sig-paren">(</span><em>config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs_client.OfferInstances" title="Permalink to this definition">¶</a></dt>
|
||||
<dt id="com.vmware.vmc.orgs_client.AccountLink">
|
||||
<em class="property">class </em><code class="descclassname">com.vmware.vmc.orgs_client.</code><code class="descname">AccountLink</code><span class="sig-paren">(</span><em>config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs_client.AccountLink" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.VapiInterface</span></code></p>
|
||||
<table class="docutils field-list" frame="void" rules="none">
|
||||
<col class="field-name" />
|
||||
@ -6428,38 +6606,18 @@ names.</p>
|
||||
</tbody>
|
||||
</table>
|
||||
<dl class="method">
|
||||
<dt id="com.vmware.vmc.orgs_client.OfferInstances.list">
|
||||
<code class="descname">list</code><span class="sig-paren">(</span><em>org</em>, <em>region</em>, <em>product_type</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs_client.OfferInstances.list" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>List all offers available for the specific product type in the specific
|
||||
region</p>
|
||||
<dt id="com.vmware.vmc.orgs_client.AccountLink.get">
|
||||
<code class="descname">get</code><span class="sig-paren">(</span><em>org</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs_client.AccountLink.get" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Gets a link that can be used on a customer’s account to start the
|
||||
linking process.</p>
|
||||
<table class="docutils field-list" frame="void" rules="none">
|
||||
<col class="field-name" />
|
||||
<col class="field-body" />
|
||||
<tbody valign="top">
|
||||
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple">
|
||||
<li><strong>org</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code>) – Organization identifier. (required)</li>
|
||||
<li><strong>region</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code>) – Region for the offer (required)</li>
|
||||
<li><strong>product_type</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code>) – Type of the product in offers (required)</li>
|
||||
</ul>
|
||||
</td>
|
||||
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>org</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code>) – Organization identifier. (required)</td>
|
||||
</tr>
|
||||
<tr class="field-even field"><th class="field-name">Return type:</th><td class="field-body"><p class="first"><a class="reference internal" href="#com.vmware.vmc.model_client.OfferInstancesHolder" title="com.vmware.vmc.model_client.OfferInstancesHolder"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vmc.model_client.OfferInstancesHolder</span></code></a></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="field-odd field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">com.vmware.vmc.model.OfferInstancesHolder</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><p class="first"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.InvalidRequest</span></code>
|
||||
Bad Request. Type of the product not supported.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="field-odd field"><th class="field-name">Raise:</th><td class="field-body"><p class="first"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthorized</span></code>
|
||||
Forbidden</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><p class="first last"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthenticated</span></code>
|
||||
Unauthorized</p>
|
||||
</td>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Error</span></code>
|
||||
Generic Error</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
@ -6492,15 +6650,15 @@ Unauthorized</p>
|
||||
</tr>
|
||||
<tr class="field-odd field"><th class="field-name">Returns:</th><td class="field-body"></td>
|
||||
</tr>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthorized</span></code>
|
||||
Forbidden</td>
|
||||
</tr>
|
||||
<tr class="field-odd field"><th class="field-name">Raise:</th><td class="field-body"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.NotFound</span></code>
|
||||
Organization doesn’t exist</td>
|
||||
</tr>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthenticated</span></code>
|
||||
Unauthorized</td>
|
||||
</tr>
|
||||
<tr class="field-odd field"><th class="field-name">Raise:</th><td class="field-body"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthorized</span></code>
|
||||
Forbidden</td>
|
||||
</tr>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.NotFound</span></code>
|
||||
Organization doesn’t exist</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</dd></dl>
|
||||
@ -6533,12 +6691,12 @@ Unauthorized</td>
|
||||
</tr>
|
||||
<tr class="field-odd field"><th class="field-name">Returns:</th><td class="field-body"></td>
|
||||
</tr>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthorized</span></code>
|
||||
Access not allowed to the operation for the current user</td>
|
||||
</tr>
|
||||
<tr class="field-odd field"><th class="field-name">Raise:</th><td class="field-body"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthenticated</span></code>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthenticated</span></code>
|
||||
Unauthorized</td>
|
||||
</tr>
|
||||
<tr class="field-odd field"><th class="field-name">Raise:</th><td class="field-body"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthorized</span></code>
|
||||
Access not allowed to the operation for the current user</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</dd></dl>
|
||||
@ -6577,12 +6735,12 @@ Unauthorized</td>
|
||||
<tr class="field-odd field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">com.vmware.vmc.model.Task</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><p class="first"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthorized</span></code>
|
||||
Forbidden</p>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><p class="first"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthenticated</span></code>
|
||||
Unauthorized</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="field-odd field"><th class="field-name">Raise:</th><td class="field-body"><p class="first last"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthenticated</span></code>
|
||||
Unauthorized</p>
|
||||
<tr class="field-odd field"><th class="field-name">Raise:</th><td class="field-body"><p class="first last"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthorized</span></code>
|
||||
Forbidden</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -6609,18 +6767,18 @@ Unauthorized</p>
|
||||
<tr class="field-odd field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">com.vmware.vmc.model.SddcTemplate</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><p class="first"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthorized</span></code>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><p class="first"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthenticated</span></code>
|
||||
Unauthorized</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="field-odd field"><th class="field-name">Raise:</th><td class="field-body"><p class="first"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthorized</span></code>
|
||||
Forbidden</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="field-odd field"><th class="field-name">Raise:</th><td class="field-body"><p class="first"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.NotFound</span></code>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><p class="first last"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.NotFound</span></code>
|
||||
Cannot find the SDDC Template with given identifier</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><p class="first last"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthenticated</span></code>
|
||||
Unauthorized</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</dd></dl>
|
||||
@ -6639,12 +6797,12 @@ Unauthorized</p>
|
||||
</tr>
|
||||
<tr class="field-odd field"><th class="field-name">Returns:</th><td class="field-body"></td>
|
||||
</tr>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthorized</span></code>
|
||||
Forbidden</td>
|
||||
</tr>
|
||||
<tr class="field-odd field"><th class="field-name">Raise:</th><td class="field-body"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthenticated</span></code>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthenticated</span></code>
|
||||
Unauthorized</td>
|
||||
</tr>
|
||||
<tr class="field-odd field"><th class="field-name">Raise:</th><td class="field-body"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthorized</span></code>
|
||||
Forbidden</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</dd></dl>
|
||||
@ -6683,12 +6841,12 @@ Unauthorized</td>
|
||||
<tr class="field-odd field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">com.vmware.vmc.model.Task</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><p class="first"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthorized</span></code>
|
||||
Forbidden</p>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><p class="first"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthenticated</span></code>
|
||||
Unauthorized</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="field-odd field"><th class="field-name">Raise:</th><td class="field-body"><p class="first last"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthenticated</span></code>
|
||||
Unauthorized</p>
|
||||
<tr class="field-odd field"><th class="field-name">Raise:</th><td class="field-body"><p class="first last"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthorized</span></code>
|
||||
Forbidden</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -6724,22 +6882,22 @@ is running against this SDDC. This option is restricted. (optional)</li>
|
||||
<tr class="field-odd field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">com.vmware.vmc.model.Task</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><p class="first"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.InvalidRequest</span></code>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><p class="first"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthenticated</span></code>
|
||||
Unauthorized</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="field-odd field"><th class="field-name">Raise:</th><td class="field-body"><p class="first"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.InvalidRequest</span></code>
|
||||
The sddc is not in a state that’s valid for deletion</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="field-odd field"><th class="field-name">Raise:</th><td class="field-body"><p class="first"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthorized</span></code>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><p class="first"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthorized</span></code>
|
||||
Access not allowed to the operation for the current user</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><p class="first"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.NotFound</span></code>
|
||||
<tr class="field-odd field"><th class="field-name">Raise:</th><td class="field-body"><p class="first last"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.NotFound</span></code>
|
||||
Cannot find the SDDC with given identifier</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="field-odd field"><th class="field-name">Raise:</th><td class="field-body"><p class="first last"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthenticated</span></code>
|
||||
Unauthorized</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</dd></dl>
|
||||
@ -6764,18 +6922,18 @@ Unauthorized</p>
|
||||
<tr class="field-odd field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">com.vmware.vmc.model.Sddc</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><p class="first"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthorized</span></code>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><p class="first"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthenticated</span></code>
|
||||
Unauthorized</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="field-odd field"><th class="field-name">Raise:</th><td class="field-body"><p class="first"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthorized</span></code>
|
||||
Forbidden</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="field-odd field"><th class="field-name">Raise:</th><td class="field-body"><p class="first"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.NotFound</span></code>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><p class="first last"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.NotFound</span></code>
|
||||
Cannot find the SDDC with given identifier</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><p class="first last"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthenticated</span></code>
|
||||
Unauthorized</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</dd></dl>
|
||||
@ -6794,12 +6952,12 @@ Unauthorized</p>
|
||||
</tr>
|
||||
<tr class="field-odd field"><th class="field-name">Returns:</th><td class="field-body"></td>
|
||||
</tr>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthorized</span></code>
|
||||
Forbidden</td>
|
||||
</tr>
|
||||
<tr class="field-odd field"><th class="field-name">Raise:</th><td class="field-body"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthenticated</span></code>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthenticated</span></code>
|
||||
Unauthorized</td>
|
||||
</tr>
|
||||
<tr class="field-odd field"><th class="field-name">Raise:</th><td class="field-body"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthorized</span></code>
|
||||
Forbidden</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</dd></dl>
|
||||
@ -6865,17 +7023,17 @@ Unauthorized</td>
|
||||
<tr class="field-odd field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">com.vmware.vmc.model.Task</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><p class="first"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.InternalServerError</span></code>
|
||||
Server error. Check retryable flag to see if request should be
|
||||
retried.</p>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><p class="first"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthenticated</span></code>
|
||||
Unauthorized</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="field-odd field"><th class="field-name">Raise:</th><td class="field-body"><p class="first"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthorized</span></code>
|
||||
Forbidden</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><p class="first last"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthenticated</span></code>
|
||||
Unauthorized</p>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><p class="first last"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.InternalServerError</span></code>
|
||||
Server error. Check retryable flag to see if request should be
|
||||
retried.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -6937,19 +7095,19 @@ specified (optional)</li>
|
||||
<tr class="field-odd field"><th class="field-name">Returns:</th><td class="field-body"><p class="first"></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><p class="first"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.InternalServerError</span></code>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><p class="first"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthenticated</span></code>
|
||||
Unauthorized</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="field-odd field"><th class="field-name">Raise:</th><td class="field-body"><p class="first"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.InternalServerError</span></code>
|
||||
Server error. Check retryable flag to see if request should be
|
||||
retried.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="field-odd field"><th class="field-name">Raise:</th><td class="field-body"><p class="first"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.NotFound</span></code>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><p class="first last"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.NotFound</span></code>
|
||||
Not Found</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><p class="first last"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthenticated</span></code>
|
||||
Unauthorized</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</dd></dl>
|
||||
@ -6988,18 +7146,18 @@ Unauthorized</p>
|
||||
<tr class="field-odd field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">com.vmware.vmc.model.Task</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><p class="first"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthorized</span></code>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><p class="first"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthenticated</span></code>
|
||||
Unauthorized</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="field-odd field"><th class="field-name">Raise:</th><td class="field-body"><p class="first"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthorized</span></code>
|
||||
Forbidden</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="field-odd field"><th class="field-name">Raise:</th><td class="field-body"><p class="first"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.NotFound</span></code>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><p class="first last"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.NotFound</span></code>
|
||||
Cannot find the task with given identifier</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><p class="first last"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthenticated</span></code>
|
||||
Unauthorized</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</dd></dl>
|
||||
@ -7018,12 +7176,11 @@ Unauthorized</p>
|
||||
‘ge’, ‘mul’, ‘div’, ‘mod’, ‘sub’, ‘add’ Unary Operators: ‘not’, ‘-‘
|
||||
(minus) String Operators: ‘startswith’, ‘endswith’, ‘length’,
|
||||
‘contains’, ‘tolower’, ‘toupper’, Nested attributes are composed
|
||||
using ‘.’ Dates must be formatted as YYYY-MM-DD Strings should
|
||||
enclosed in single quotes, escape single quote with two single
|
||||
quotes The special literal ‘created’ will be mapped to the time the
|
||||
resource was first created. NOTE: currently only ANDs of ORs is
|
||||
implemented. NOTE2: currently only range operators are implemented
|
||||
for created date. Examples: - $filter=(created gt 2016-08-09) and
|
||||
using ‘.’ Dates must be formatted as yyyy-MM-dd or
|
||||
yyyy-MM-ddTHH:mm:ss[.SSS]Z Strings should enclosed in single
|
||||
quotes, escape single quote with two single quotes The special
|
||||
literal ‘created’ will be mapped to the time the resource was first
|
||||
created. Examples: - $filter=(updated gt 2016-08-09T13:00:00Z) and
|
||||
(org_id eq 278710ff4e-6b6d-4d4e-aefb-ca637f38609e) -
|
||||
$filter=(created eq 2016-08-09) - $filter=(created gt 2016-08-09)
|
||||
and (sddc.status eq ‘READY’) (optional)</li>
|
||||
@ -7036,12 +7193,12 @@ and (sddc.status eq ‘READY’) (optional)</li>
|
||||
<tr class="field-odd field"><th class="field-name">Returns:</th><td class="field-body"><p class="first"></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><p class="first"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthorized</span></code>
|
||||
Forbidden</p>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><p class="first"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthenticated</span></code>
|
||||
Unauthorized</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="field-odd field"><th class="field-name">Raise:</th><td class="field-body"><p class="first last"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthenticated</span></code>
|
||||
Unauthorized</p>
|
||||
<tr class="field-odd field"><th class="field-name">Raise:</th><td class="field-body"><p class="first last"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthorized</span></code>
|
||||
Forbidden</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -7072,22 +7229,22 @@ monitored to determine subsequent status.</p>
|
||||
<tr class="field-odd field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">com.vmware.vmc.model.Task</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><p class="first"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.InvalidRequest</span></code>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><p class="first"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthenticated</span></code>
|
||||
Unauthorized</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="field-odd field"><th class="field-name">Raise:</th><td class="field-body"><p class="first"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.InvalidRequest</span></code>
|
||||
Invalid action or bad argument</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="field-odd field"><th class="field-name">Raise:</th><td class="field-body"><p class="first"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthorized</span></code>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><p class="first"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthorized</span></code>
|
||||
Forbidden</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><p class="first"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.NotFound</span></code>
|
||||
<tr class="field-odd field"><th class="field-name">Raise:</th><td class="field-body"><p class="first last"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.NotFound</span></code>
|
||||
Cannot find the task with given identifier</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="field-odd field"><th class="field-name">Raise:</th><td class="field-body"><p class="first last"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthenticated</span></code>
|
||||
Unauthorized</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</dd></dl>
|
||||
@ -7117,7 +7274,7 @@ Unauthorized</p>
|
||||
|
||||
<div role="contentinfo">
|
||||
<p>
|
||||
© Copyright 2018, VMware, Inc.
|
||||
© Copyright 2019, VMware, Inc.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
@ -7142,7 +7299,7 @@ Unauthorized</p>
|
||||
<script type="text/javascript" src="_static/jquery.js"></script>
|
||||
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||
<script async="async" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
|
||||
<script type="text/javascript" src="_static/language_data.js"></script>
|
||||
|
||||
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>com.vmware.vmc.orgs.sddcs package — VMware Cloud on AWS Console API 1.3.0 documentation</title>
|
||||
<title>com.vmware.vmc.orgs.sddcs package — VMware Cloud on AWS Console API 1.3.1 documentation</title>
|
||||
|
||||
|
||||
|
||||
@ -58,7 +58,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
1.3.0
|
||||
1.3.1
|
||||
</div>
|
||||
|
||||
|
||||
@ -96,6 +96,7 @@
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="vmware.html">vmware package</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
@ -261,18 +262,18 @@
|
||||
<tr class="field-odd field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">com.vmware.vmc.model.Task</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><p class="first"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.InvalidRequest</span></code>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><p class="first"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthenticated</span></code>
|
||||
Unauthorized</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="field-odd field"><th class="field-name">Raise:</th><td class="field-body"><p class="first"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.InvalidRequest</span></code>
|
||||
The sddc is not in a state that’s valid for updates or invalid body</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="field-odd field"><th class="field-name">Raise:</th><td class="field-body"><p class="first"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthorized</span></code>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><p class="first last"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthorized</span></code>
|
||||
Forbidden</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><p class="first last"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthenticated</span></code>
|
||||
Unauthorized</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</dd></dl>
|
||||
@ -311,18 +312,18 @@ Unauthorized</p>
|
||||
<tr class="field-odd field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">com.vmware.vmc.model.Task</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><p class="first"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.InvalidRequest</span></code>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><p class="first"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthenticated</span></code>
|
||||
Unauthorized</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="field-odd field"><th class="field-name">Raise:</th><td class="field-body"><p class="first"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.InvalidRequest</span></code>
|
||||
The sddc is not in a state that’s valid for updates or invalid body</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="field-odd field"><th class="field-name">Raise:</th><td class="field-body"><p class="first"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthorized</span></code>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><p class="first last"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthorized</span></code>
|
||||
Forbidden</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><p class="first last"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthenticated</span></code>
|
||||
Unauthorized</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</dd></dl>
|
||||
@ -379,12 +380,12 @@ Unauthorized</p>
|
||||
<tr class="field-odd field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">com.vmware.vmc.model.ConnectivityValidationGroups</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><p class="first"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthorized</span></code>
|
||||
Forbidden</p>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><p class="first"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthenticated</span></code>
|
||||
Unauthorized</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="field-odd field"><th class="field-name">Raise:</th><td class="field-body"><p class="first last"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthenticated</span></code>
|
||||
Unauthorized</p>
|
||||
<tr class="field-odd field"><th class="field-name">Raise:</th><td class="field-body"><p class="first last"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthorized</span></code>
|
||||
Forbidden</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -414,18 +415,18 @@ task.params[‘test_result’].</p>
|
||||
<tr class="field-odd field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">com.vmware.vmc.model.Task</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><p class="first"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.InvalidRequest</span></code>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><p class="first"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthenticated</span></code>
|
||||
Unauthorized</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="field-odd field"><th class="field-name">Raise:</th><td class="field-body"><p class="first"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.InvalidRequest</span></code>
|
||||
Bad Request</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="field-odd field"><th class="field-name">Raise:</th><td class="field-body"><p class="first"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthorized</span></code>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><p class="first last"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthorized</span></code>
|
||||
Forbidden</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="field-even field"><th class="field-name">Raise:</th><td class="field-body"><p class="first last"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthenticated</span></code>
|
||||
Unauthorized</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</dd></dl>
|
||||
@ -737,7 +738,7 @@ Not found. Requested object not found.</p>
|
||||
|
||||
<div role="contentinfo">
|
||||
<p>
|
||||
© Copyright 2018, VMware, Inc.
|
||||
© Copyright 2019, VMware, Inc.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
@ -762,7 +763,7 @@ Not found. Requested object not found.</p>
|
||||
<script type="text/javascript" src="_static/jquery.js"></script>
|
||||
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||
<script async="async" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
|
||||
<script type="text/javascript" src="_static/language_data.js"></script>
|
||||
|
||||
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>com.vmware.vmc.orgs.sddcs.networks.cgws package — VMware Cloud on AWS Console API 1.3.0 documentation</title>
|
||||
<title>com.vmware.vmc.orgs.sddcs.networks.cgws package — VMware Cloud on AWS Console API 1.3.1 documentation</title>
|
||||
|
||||
|
||||
|
||||
@ -58,7 +58,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
1.3.0
|
||||
1.3.1
|
||||
</div>
|
||||
|
||||
|
||||
@ -96,6 +96,7 @@
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="vmware.html">vmware package</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
@ -332,7 +333,7 @@ Not found. Requested object not found.</p>
|
||||
|
||||
<div role="contentinfo">
|
||||
<p>
|
||||
© Copyright 2018, VMware, Inc.
|
||||
© Copyright 2019, VMware, Inc.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
@ -357,7 +358,7 @@ Not found. Requested object not found.</p>
|
||||
<script type="text/javascript" src="_static/jquery.js"></script>
|
||||
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||
<script async="async" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
|
||||
<script type="text/javascript" src="_static/language_data.js"></script>
|
||||
|
||||
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>com.vmware.vmc.orgs.sddcs.networks.edges.firewall package — VMware Cloud on AWS Console API 1.3.0 documentation</title>
|
||||
<title>com.vmware.vmc.orgs.sddcs.networks.edges.firewall package — VMware Cloud on AWS Console API 1.3.1 documentation</title>
|
||||
|
||||
|
||||
|
||||
@ -58,7 +58,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
1.3.0
|
||||
1.3.1
|
||||
</div>
|
||||
|
||||
|
||||
@ -96,6 +96,7 @@
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="vmware.html">vmware package</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
@ -371,7 +372,7 @@ Not found. Requested object not found.</p>
|
||||
|
||||
<div role="contentinfo">
|
||||
<p>
|
||||
© Copyright 2018, VMware, Inc.
|
||||
© Copyright 2019, VMware, Inc.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
@ -396,7 +397,7 @@ Not found. Requested object not found.</p>
|
||||
<script type="text/javascript" src="_static/jquery.js"></script>
|
||||
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||
<script async="async" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
|
||||
<script type="text/javascript" src="_static/language_data.js"></script>
|
||||
|
||||
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>com.vmware.vmc.orgs.sddcs.networks.edges package — VMware Cloud on AWS Console API 1.3.0 documentation</title>
|
||||
<title>com.vmware.vmc.orgs.sddcs.networks.edges package — VMware Cloud on AWS Console API 1.3.1 documentation</title>
|
||||
|
||||
|
||||
|
||||
@ -58,7 +58,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
1.3.0
|
||||
1.3.1
|
||||
</div>
|
||||
|
||||
|
||||
@ -96,6 +96,7 @@
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="vmware.html">vmware package</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
@ -1101,7 +1102,7 @@ Not found. Requested object not found.</p>
|
||||
|
||||
<div role="contentinfo">
|
||||
<p>
|
||||
© Copyright 2018, VMware, Inc.
|
||||
© Copyright 2019, VMware, Inc.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
@ -1126,7 +1127,7 @@ Not found. Requested object not found.</p>
|
||||
<script type="text/javascript" src="_static/jquery.js"></script>
|
||||
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||
<script async="async" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
|
||||
<script type="text/javascript" src="_static/language_data.js"></script>
|
||||
|
||||
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn package — VMware Cloud on AWS Console API 1.3.0 documentation</title>
|
||||
<title>com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn package — VMware Cloud on AWS Console API 1.3.1 documentation</title>
|
||||
|
||||
|
||||
|
||||
@ -58,7 +58,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
1.3.0
|
||||
1.3.1
|
||||
</div>
|
||||
|
||||
|
||||
@ -96,6 +96,7 @@
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="vmware.html">vmware package</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
@ -270,7 +271,7 @@ Not found. Requested object not found.</p>
|
||||
|
||||
<div role="contentinfo">
|
||||
<p>
|
||||
© Copyright 2018, VMware, Inc.
|
||||
© Copyright 2019, VMware, Inc.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
@ -295,7 +296,7 @@ Not found. Requested object not found.</p>
|
||||
<script type="text/javascript" src="_static/jquery.js"></script>
|
||||
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||
<script async="async" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
|
||||
<script type="text/javascript" src="_static/language_data.js"></script>
|
||||
|
||||
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>com.vmware.vmc.orgs.sddcs.networks.edges.nat package — VMware Cloud on AWS Console API 1.3.0 documentation</title>
|
||||
<title>com.vmware.vmc.orgs.sddcs.networks.edges.nat package — VMware Cloud on AWS Console API 1.3.1 documentation</title>
|
||||
|
||||
|
||||
|
||||
@ -58,7 +58,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
1.3.0
|
||||
1.3.1
|
||||
</div>
|
||||
|
||||
|
||||
@ -96,6 +96,7 @@
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="vmware.html">vmware package</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
@ -332,7 +333,7 @@ Not found. Requested object not found.</p>
|
||||
|
||||
<div role="contentinfo">
|
||||
<p>
|
||||
© Copyright 2018, VMware, Inc.
|
||||
© Copyright 2019, VMware, Inc.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
@ -357,7 +358,7 @@ Not found. Requested object not found.</p>
|
||||
<script type="text/javascript" src="_static/jquery.js"></script>
|
||||
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||
<script async="async" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
|
||||
<script type="text/javascript" src="_static/language_data.js"></script>
|
||||
|
||||
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>com.vmware.vmc.orgs.sddcs.networks.edges.statistics package — VMware Cloud on AWS Console API 1.3.0 documentation</title>
|
||||
<title>com.vmware.vmc.orgs.sddcs.networks.edges.statistics package — VMware Cloud on AWS Console API 1.3.1 documentation</title>
|
||||
|
||||
|
||||
|
||||
@ -28,6 +28,7 @@
|
||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||
<link rel="index" title="Index" href="genindex.html" />
|
||||
<link rel="search" title="Search" href="search.html" />
|
||||
<link rel="next" title="vmware package" href="vmware.html" />
|
||||
<link rel="prev" title="com.vmware.vmc.orgs.sddcs.networks.edges.nat package" href="com.vmware.vmc.orgs.sddcs.networks.edges.nat.html" />
|
||||
|
||||
|
||||
@ -57,7 +58,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
1.3.0
|
||||
1.3.1
|
||||
</div>
|
||||
|
||||
|
||||
@ -95,6 +96,7 @@
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="vmware.html">vmware package</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
@ -498,6 +500,8 @@ Not found. Requested object not found.</p>
|
||||
|
||||
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
|
||||
|
||||
<a href="vmware.html" class="btn btn-neutral float-right" title="vmware package" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
|
||||
|
||||
|
||||
<a href="com.vmware.vmc.orgs.sddcs.networks.edges.nat.html" class="btn btn-neutral" title="com.vmware.vmc.orgs.sddcs.networks.edges.nat package" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
|
||||
|
||||
@ -508,7 +512,7 @@ Not found. Requested object not found.</p>
|
||||
|
||||
<div role="contentinfo">
|
||||
<p>
|
||||
© Copyright 2018, VMware, Inc.
|
||||
© Copyright 2019, VMware, Inc.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
@ -533,7 +537,7 @@ Not found. Requested object not found.</p>
|
||||
<script type="text/javascript" src="_static/jquery.js"></script>
|
||||
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||
<script async="async" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
|
||||
<script type="text/javascript" src="_static/language_data.js"></script>
|
||||
|
||||
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>com.vmware.vmc.orgs.sddcs.networks package — VMware Cloud on AWS Console API 1.3.0 documentation</title>
|
||||
<title>com.vmware.vmc.orgs.sddcs.networks package — VMware Cloud on AWS Console API 1.3.1 documentation</title>
|
||||
|
||||
|
||||
|
||||
@ -58,7 +58,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
1.3.0
|
||||
1.3.1
|
||||
</div>
|
||||
|
||||
|
||||
@ -96,6 +96,7 @@
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="vmware.html">vmware package</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
@ -429,7 +430,7 @@ Not found. Requested object not found.</p>
|
||||
|
||||
<div role="contentinfo">
|
||||
<p>
|
||||
© Copyright 2018, VMware, Inc.
|
||||
© Copyright 2019, VMware, Inc.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
@ -454,7 +455,7 @@ Not found. Requested object not found.</p>
|
||||
<script type="text/javascript" src="_static/jquery.js"></script>
|
||||
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||
<script async="async" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
|
||||
<script type="text/javascript" src="_static/language_data.js"></script>
|
||||
|
||||
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Interface definition language to python mapping for enumerated types — VMware Cloud on AWS Console API 1.3.0 documentation</title>
|
||||
<title>Interface definition language to python mapping for enumerated types — VMware Cloud on AWS Console API 1.3.1 documentation</title>
|
||||
|
||||
|
||||
|
||||
@ -56,7 +56,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
1.3.0
|
||||
1.3.1
|
||||
</div>
|
||||
|
||||
|
||||
@ -83,6 +83,7 @@
|
||||
<p class="caption"><span class="caption-text">Contents:</span></p>
|
||||
<ul>
|
||||
<li class="toctree-l1"><a class="reference internal" href="com.html">com package</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="vmware.html">vmware package</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
@ -238,7 +239,7 @@ enumerated type class.</p>
|
||||
|
||||
<div role="contentinfo">
|
||||
<p>
|
||||
© Copyright 2018, VMware, Inc.
|
||||
© Copyright 2019, VMware, Inc.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
@ -263,7 +264,7 @@ enumerated type class.</p>
|
||||
<script type="text/javascript" src="_static/jquery.js"></script>
|
||||
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||
<script async="async" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
|
||||
<script type="text/javascript" src="_static/language_data.js"></script>
|
||||
|
||||
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Index — VMware Cloud on AWS Console API 1.3.0 documentation</title>
|
||||
<title>Index — VMware Cloud on AWS Console API 1.3.1 documentation</title>
|
||||
|
||||
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
1.3.0
|
||||
1.3.1
|
||||
</div>
|
||||
|
||||
|
||||
@ -84,6 +84,7 @@
|
||||
<p class="caption"><span class="caption-text">Contents:</span></p>
|
||||
<ul>
|
||||
<li class="toctree-l1"><a class="reference internal" href="com.html">com package</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="vmware.html">vmware package</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
@ -181,6 +182,8 @@
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.Sddc.ACCOUNT_LINK_STATE_LINKED">ACCOUNT_LINK_STATE_LINKED (com.vmware.vmc.model_client.Sddc attribute)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.Sddc.ACCOUNT_LINK_STATE_UNLINKED">ACCOUNT_LINK_STATE_UNLINKED (com.vmware.vmc.model_client.Sddc attribute)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.orgs_client.AccountLink">AccountLink (class in com.vmware.vmc.orgs_client)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.AccountLinkConfig">AccountLinkConfig (class in com.vmware.vmc.model_client)</a>
|
||||
</li>
|
||||
@ -203,11 +206,11 @@
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.AddressFWSourceDestination">AddressFWSourceDestination (class in com.vmware.vmc.model_client)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.Agent">Agent (class in com.vmware.vmc.model_client)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.AmiInfo">AmiInfo (class in com.vmware.vmc.model_client)</a>
|
||||
</li>
|
||||
</ul></td>
|
||||
<td style="width: 33%; vertical-align: top;"><ul>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.AmiInfo">AmiInfo (class in com.vmware.vmc.model_client)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.AppliancesSummary">AppliancesSummary (class in com.vmware.vmc.model_client)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.Application">Application (class in com.vmware.vmc.model_client)</a>
|
||||
@ -271,6 +274,8 @@
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.Cluster.CLUSTER_STATE_READY">CLUSTER_STATE_READY (com.vmware.vmc.model_client.Cluster attribute)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.ClusterConfig">ClusterConfig (class in com.vmware.vmc.model_client)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.orgs.html#com.vmware.vmc.orgs.storage_client.ClusterConstraints">ClusterConstraints (class in com.vmware.vmc.orgs.storage_client)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.orgs.html#com.vmware.vmc.orgs.sddcs_client.Clusters">Clusters (class in com.vmware.vmc.orgs.sddcs_client)</a>
|
||||
</li>
|
||||
@ -283,6 +288,8 @@
|
||||
<li><a href="com.vmware.vmc.html#module-com.vmware.vmc.model_client">com.vmware.vmc.model_client (module)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.orgs.html#module-com.vmware.vmc.orgs">com.vmware.vmc.orgs (module)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.orgs.html#module-com.vmware.vmc.orgs.account_link_client">com.vmware.vmc.orgs.account_link_client (module)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.orgs.html#module-com.vmware.vmc.orgs.reservations_client">com.vmware.vmc.orgs.reservations_client (module)</a>
|
||||
</li>
|
||||
@ -314,14 +321,14 @@
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn">com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn (module)</a>
|
||||
</li>
|
||||
</ul></td>
|
||||
<td style="width: 33%; vertical-align: top;"><ul>
|
||||
<li><a href="com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn.config_client">com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn.config_client (module)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.orgs.sddcs.networks.edges.nat.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.nat">com.vmware.vmc.orgs.sddcs.networks.edges.nat (module)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.orgs.sddcs.networks.edges.nat.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.nat.config_client">com.vmware.vmc.orgs.sddcs.networks.edges.nat.config_client (module)</a>
|
||||
</li>
|
||||
</ul></td>
|
||||
<td style="width: 33%; vertical-align: top;"><ul>
|
||||
<li><a href="com.vmware.vmc.orgs.sddcs.networks.edges.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.nat_client">com.vmware.vmc.orgs.sddcs.networks.edges.nat_client (module)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.orgs.sddcs.networks.edges.statistics.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.statistics">com.vmware.vmc.orgs.sddcs.networks.edges.statistics (module)</a>
|
||||
@ -337,12 +344,20 @@
|
||||
<li><a href="com.vmware.vmc.orgs.sddcs.html#module-com.vmware.vmc.orgs.sddcs.networks_client">com.vmware.vmc.orgs.sddcs.networks_client (module)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.orgs.html#module-com.vmware.vmc.orgs.sddcs_client">com.vmware.vmc.orgs.sddcs_client (module)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.orgs.html#module-com.vmware.vmc.orgs.storage_client">com.vmware.vmc.orgs.storage_client (module)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.orgs.html#module-com.vmware.vmc.orgs.subscriptions_client">com.vmware.vmc.orgs.subscriptions_client (module)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.orgs.html#module-com.vmware.vmc.orgs.tbrs_client">com.vmware.vmc.orgs.tbrs_client (module)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#module-com.vmware.vmc.orgs_client">com.vmware.vmc.orgs_client (module)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.html#module-com.vmware.vmc_client">com.vmware.vmc_client (module)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.orgs.html#com.vmware.vmc.orgs.account_link_client.CompatibleSubnets">CompatibleSubnets (class in com.vmware.vmc.orgs.account_link_client)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.orgs.html#com.vmware.vmc.orgs.account_link_client.CompatibleSubnetsAsync">CompatibleSubnetsAsync (class in com.vmware.vmc.orgs.account_link_client)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.ComputeGatewayTemplate">ComputeGatewayTemplate (class in com.vmware.vmc.model_client)</a>
|
||||
</li>
|
||||
@ -358,6 +373,8 @@
|
||||
<li><a href="com.vmware.vmc.orgs.sddcs.networks.edges.html#com.vmware.vmc.orgs.sddcs.networks.edges.nat_client.Config">(class in com.vmware.vmc.orgs.sddcs.networks.edges.nat_client)</a>
|
||||
</li>
|
||||
</ul></li>
|
||||
<li><a href="com.vmware.vmc.orgs.html#com.vmware.vmc.orgs.account_link_client.ConnectedAccounts">ConnectedAccounts (class in com.vmware.vmc.orgs.account_link_client)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.ConnectivityAgentValidation">ConnectivityAgentValidation (class in com.vmware.vmc.model_client)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.orgs.sddcs.html#com.vmware.vmc.orgs.sddcs.networking_client.ConnectivityTests">ConnectivityTests (class in com.vmware.vmc.orgs.sddcs.networking_client)</a>
|
||||
@ -390,7 +407,11 @@
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.orgs_client.Subscriptions.create">(com.vmware.vmc.orgs_client.Subscriptions method)</a>
|
||||
</li>
|
||||
</ul></li>
|
||||
<li><a href="vmware.vapi.vmc.html#vmware.vapi.vmc.client.create_vmc_client">create_vmc_client() (in module vmware.vapi.vmc.client)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.CrlCertificates">CrlCertificates (class in com.vmware.vmc.model_client)</a>
|
||||
</li>
|
||||
<li><a href="vmware.vapi.vmc.html#vmware.vapi.vmc.csp_filter.CSPSecurityContextFilter">CSPSecurityContextFilter (class in vmware.vapi.vmc.csp_filter)</a>
|
||||
</li>
|
||||
</ul></td>
|
||||
</tr></table>
|
||||
@ -466,9 +487,11 @@
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.ReservationSchedule.DAY_OF_WEEK_WEDNESDAY">(com.vmware.vmc.model_client.ReservationSchedule attribute)</a>
|
||||
</li>
|
||||
</ul></li>
|
||||
<li><a href="com.vmware.vmc.orgs.sddcs.networks.cgws.html#com.vmware.vmc.orgs.sddcs.networks.cgws.l2vpn_client.Config.delete">delete() (com.vmware.vmc.orgs.sddcs.networks.cgws.l2vpn_client.Config method)</a>
|
||||
<li><a href="com.vmware.vmc.orgs.html#com.vmware.vmc.orgs.account_link_client.ConnectedAccounts.delete">delete() (com.vmware.vmc.orgs.account_link_client.ConnectedAccounts method)</a>
|
||||
|
||||
<ul>
|
||||
<li><a href="com.vmware.vmc.orgs.sddcs.networks.cgws.html#com.vmware.vmc.orgs.sddcs.networks.cgws.l2vpn_client.Config.delete">(com.vmware.vmc.orgs.sddcs.networks.cgws.l2vpn_client.Config method)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.orgs.sddcs.networks.edges.html#com.vmware.vmc.orgs.sddcs.networks.edges.dns_client.Config.delete">(com.vmware.vmc.orgs.sddcs.networks.edges.dns_client.Config method)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.orgs.sddcs.networks.edges.firewall.html#com.vmware.vmc.orgs.sddcs.networks.edges.firewall.config_client.Rules.delete">(com.vmware.vmc.orgs.sddcs.networks.edges.firewall.config_client.Rules method)</a>
|
||||
@ -634,9 +657,17 @@
|
||||
<td style="width: 33%; vertical-align: top;"><ul>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.GatewayTemplate">GatewayTemplate (class in com.vmware.vmc.model_client)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.orgs.html#com.vmware.vmc.orgs.reservations_client.Mw.get">get() (com.vmware.vmc.orgs.reservations_client.Mw method)</a>
|
||||
<li><a href="com.vmware.vmc.orgs.html#com.vmware.vmc.orgs.account_link_client.CompatibleSubnets.get">get() (com.vmware.vmc.orgs.account_link_client.CompatibleSubnets method)</a>
|
||||
|
||||
<ul>
|
||||
<li><a href="com.vmware.vmc.orgs.html#com.vmware.vmc.orgs.account_link_client.CompatibleSubnetsAsync.get">(com.vmware.vmc.orgs.account_link_client.CompatibleSubnetsAsync method)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.orgs.html#com.vmware.vmc.orgs.account_link_client.ConnectedAccounts.get">(com.vmware.vmc.orgs.account_link_client.ConnectedAccounts method)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.orgs.html#com.vmware.vmc.orgs.account_link_client.SddcConnections.get">(com.vmware.vmc.orgs.account_link_client.SddcConnections method)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.orgs.html#com.vmware.vmc.orgs.reservations_client.Mw.get">(com.vmware.vmc.orgs.reservations_client.Mw method)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.orgs.sddcs.html#com.vmware.vmc.orgs.sddcs.networking_client.ConnectivityTests.get">(com.vmware.vmc.orgs.sddcs.networking_client.ConnectivityTests method)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.orgs.sddcs.networks.cgws.html#com.vmware.vmc.orgs.sddcs.networks.cgws.l2vpn_client.Config.get">(com.vmware.vmc.orgs.sddcs.networks.cgws.l2vpn_client.Config method)</a>
|
||||
@ -686,8 +717,12 @@
|
||||
<li><a href="com.vmware.vmc.orgs.html#com.vmware.vmc.orgs.sddcs_client.Publicips.get">(com.vmware.vmc.orgs.sddcs_client.Publicips method)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.orgs.html#com.vmware.vmc.orgs.sddcs_client.SddcTemplate.get">(com.vmware.vmc.orgs.sddcs_client.SddcTemplate method)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.orgs.html#com.vmware.vmc.orgs.storage_client.ClusterConstraints.get">(com.vmware.vmc.orgs.storage_client.ClusterConstraints method)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.orgs.html#com.vmware.vmc.orgs.tbrs_client.SupportWindow.get">(com.vmware.vmc.orgs.tbrs_client.SupportWindow method)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.orgs_client.AccountLink.get">(com.vmware.vmc.orgs_client.AccountLink method)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.orgs_client.SddcTemplates.get">(com.vmware.vmc.orgs_client.SddcTemplates method)</a>
|
||||
</li>
|
||||
@ -711,6 +746,10 @@
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.orgs_client.Subscriptions.GET_0_OFFER_TYPE_ON_DEMAND">GET_0_OFFER_TYPE_ON_DEMAND (com.vmware.vmc.orgs_client.Subscriptions attribute)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.orgs_client.Subscriptions.GET_0_OFFER_TYPE_TERM">GET_0_OFFER_TYPE_TERM (com.vmware.vmc.orgs_client.Subscriptions attribute)</a>
|
||||
</li>
|
||||
<li><a href="vmware.vapi.vmc.html#vmware.vapi.vmc.csp_filter.CSPSecurityContextFilter.get_max_retries">get_max_retries() (vmware.vapi.vmc.csp_filter.CSPSecurityContextFilter method)</a>
|
||||
</li>
|
||||
<li><a href="vmware.vapi.vmc.html#vmware.vapi.vmc.csp_filter.CSPSecurityContextFilter.get_security_context">get_security_context() (vmware.vapi.vmc.csp_filter.CSPSecurityContextFilter method)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.GlcmBundle">GlcmBundle (class in com.vmware.vmc.model_client)</a>
|
||||
</li>
|
||||
@ -729,6 +768,16 @@
|
||||
<table style="width: 100%" class="indextable genindextable"><tr>
|
||||
<td style="width: 33%; vertical-align: top;"><ul>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.ConnectivityValidationSubGroup.ID_ACTIVE_DIRECTORY">ID_ACTIVE_DIRECTORY (com.vmware.vmc.model_client.ConnectivityValidationSubGroup attribute)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.ConnectivityValidationGroup.ID_DRAAS">ID_DRAAS (com.vmware.vmc.model_client.ConnectivityValidationGroup attribute)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.ConnectivityValidationSubGroup.ID_DRAAS_ONPREM_PSC">ID_DRAAS_ONPREM_PSC (com.vmware.vmc.model_client.ConnectivityValidationSubGroup attribute)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.ConnectivityValidationSubGroup.ID_DRAAS_ONPREM_SRM">ID_DRAAS_ONPREM_SRM (com.vmware.vmc.model_client.ConnectivityValidationSubGroup attribute)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.ConnectivityValidationSubGroup.ID_DRAAS_ONPREM_VCENTER">ID_DRAAS_ONPREM_VCENTER (com.vmware.vmc.model_client.ConnectivityValidationSubGroup attribute)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.ConnectivityValidationSubGroup.ID_DRAAS_ONPREM_VR">ID_DRAAS_ONPREM_VR (com.vmware.vmc.model_client.ConnectivityValidationSubGroup attribute)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.ConnectivityValidationGroup.ID_HLM">ID_HLM (com.vmware.vmc.model_client.ConnectivityValidationGroup attribute)</a>
|
||||
</li>
|
||||
@ -750,14 +799,14 @@
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.Vpn.IKE_OPTION_IKEV1">IKE_OPTION_IKEV1 (com.vmware.vmc.model_client.Vpn attribute)</a>
|
||||
</li>
|
||||
</ul></td>
|
||||
<td style="width: 33%; vertical-align: top;"><ul>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.Vpn.IKE_OPTION_IKEV2">IKE_OPTION_IKEV2 (com.vmware.vmc.model_client.Vpn attribute)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.InteractionPermissions">InteractionPermissions (class in com.vmware.vmc.model_client)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.orgs.sddcs.networks.edges.statistics.html#com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client.Interface">Interface (class in com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client)</a>
|
||||
</li>
|
||||
</ul></td>
|
||||
<td style="width: 33%; vertical-align: top;"><ul>
|
||||
<li><a href="com.vmware.vmc.orgs.sddcs.networks.edges.html#com.vmware.vmc.orgs.sddcs.networks.edges.statistics_client.Interfaces">Interfaces (class in com.vmware.vmc.orgs.sddcs.networks.edges.statistics_client)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.InterfacesDashboardStats">InterfacesDashboardStats (class in com.vmware.vmc.model_client)</a>
|
||||
@ -821,7 +870,9 @@
|
||||
<li><a href="com.vmware.vmc.orgs.html#com.vmware.vmc.orgs.sddcs_client.Publicips.list">list() (com.vmware.vmc.orgs.sddcs_client.Publicips method)</a>
|
||||
|
||||
<ul>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.orgs_client.OfferInstances.list">(com.vmware.vmc.orgs_client.OfferInstances method)</a>
|
||||
<li><a href="com.vmware.vmc.orgs.html#com.vmware.vmc.orgs.subscriptions_client.OfferInstances.list">(com.vmware.vmc.orgs.subscriptions_client.OfferInstances method)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.orgs.html#com.vmware.vmc.orgs.subscriptions_client.Products.list">(com.vmware.vmc.orgs.subscriptions_client.Products method)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.orgs_client.Providers.list">(com.vmware.vmc.orgs_client.Providers method)</a>
|
||||
</li>
|
||||
@ -865,10 +916,12 @@
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.MaintenanceWindowEntry">MaintenanceWindowEntry (class in com.vmware.vmc.model_client)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.MaintenanceWindowGet">MaintenanceWindowGet (class in com.vmware.vmc.model_client)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.ManagementGatewayTemplate">ManagementGatewayTemplate (class in com.vmware.vmc.model_client)</a>
|
||||
</li>
|
||||
</ul></td>
|
||||
<td style="width: 33%; vertical-align: top;"><ul>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.ManagementGatewayTemplate">ManagementGatewayTemplate (class in com.vmware.vmc.model_client)</a>
|
||||
<li><a href="com.vmware.vmc.orgs.html#com.vmware.vmc.orgs.account_link_client.MapCustomerZones">MapCustomerZones (class in com.vmware.vmc.orgs.account_link_client)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.MapZonesRequest">MapZonesRequest (class in com.vmware.vmc.model_client)</a>
|
||||
</li>
|
||||
@ -918,7 +971,7 @@
|
||||
<td style="width: 33%; vertical-align: top;"><ul>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.ObjectType">ObjectType (class in com.vmware.vmc.model_client)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.orgs_client.OfferInstances">OfferInstances (class in com.vmware.vmc.orgs_client)</a>
|
||||
<li><a href="com.vmware.vmc.orgs.html#com.vmware.vmc.orgs.subscriptions_client.OfferInstances">OfferInstances (class in com.vmware.vmc.orgs.subscriptions_client)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.OfferInstancesHolder">OfferInstancesHolder (class in com.vmware.vmc.model_client)</a>
|
||||
</li>
|
||||
@ -954,16 +1007,24 @@
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.PopServiceInfo">PopServiceInfo (class in com.vmware.vmc.model_client)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.orgs.sddcs.html#com.vmware.vmc.orgs.sddcs.networking_client.ConnectivityTests.post">post() (com.vmware.vmc.orgs.sddcs.networking_client.ConnectivityTests method)</a>
|
||||
<li><a href="com.vmware.vmc.orgs.html#com.vmware.vmc.orgs.account_link_client.CompatibleSubnets.post">post() (com.vmware.vmc.orgs.account_link_client.CompatibleSubnets method)</a>
|
||||
|
||||
<ul>
|
||||
<li><a href="com.vmware.vmc.orgs.html#com.vmware.vmc.orgs.account_link_client.CompatibleSubnetsAsync.post">(com.vmware.vmc.orgs.account_link_client.CompatibleSubnetsAsync method)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.orgs.html#com.vmware.vmc.orgs.account_link_client.MapCustomerZones.post">(com.vmware.vmc.orgs.account_link_client.MapCustomerZones method)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.orgs.sddcs.html#com.vmware.vmc.orgs.sddcs.networking_client.ConnectivityTests.post">(com.vmware.vmc.orgs.sddcs.networking_client.ConnectivityTests method)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.orgs.html#com.vmware.vmc.orgs.tbrs_client.Reservation.post">(com.vmware.vmc.orgs.tbrs_client.Reservation method)</a>
|
||||
</li>
|
||||
</ul></li>
|
||||
<li><a href="com.vmware.vmc.orgs.sddcs.html#com.vmware.vmc.orgs.sddcs.dns_client.Private">Private (class in com.vmware.vmc.orgs.sddcs.dns_client)</a>
|
||||
</li>
|
||||
</ul></td>
|
||||
<td style="width: 33%; vertical-align: top;"><ul>
|
||||
<li><a href="com.vmware.vmc.orgs.sddcs.html#com.vmware.vmc.orgs.sddcs.dns_client.Private">Private (class in com.vmware.vmc.orgs.sddcs.dns_client)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.orgs.html#com.vmware.vmc.orgs.subscriptions_client.Products">Products (class in com.vmware.vmc.orgs.subscriptions_client)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.Organization.PROJECT_STATE_CREATED">PROJECT_STATE_CREATED (com.vmware.vmc.model_client.Organization attribute)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.Organization.PROJECT_STATE_DELETED">PROJECT_STATE_DELETED (com.vmware.vmc.model_client.Organization attribute)</a>
|
||||
@ -1059,6 +1120,8 @@
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.SddcAllocatePublicIpSpec">SddcAllocatePublicIpSpec (class in com.vmware.vmc.model_client)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.SddcConfig">SddcConfig (class in com.vmware.vmc.model_client)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.orgs.html#com.vmware.vmc.orgs.account_link_client.SddcConnections">SddcConnections (class in com.vmware.vmc.orgs.account_link_client)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.SddcId">SddcId (class in com.vmware.vmc.model_client)</a>
|
||||
</li>
|
||||
@ -1133,10 +1196,18 @@
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.ServiceError">ServiceError (class in com.vmware.vmc.model_client)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.html#com.vmware.vmc_client.Locale.set">set() (com.vmware.vmc_client.Locale method)</a>
|
||||
</li>
|
||||
<li><a href="vmware.vapi.vmc.html#vmware.vapi.vmc.csp_filter.CSPSecurityContextFilter.should_retry">should_retry() (vmware.vapi.vmc.csp_filter.CSPSecurityContextFilter method)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.Site">Site (class in com.vmware.vmc.model_client)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.Sites">Sites (class in com.vmware.vmc.model_client)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.ConnectivityAgentValidation.SOURCE_SRM">SOURCE_SRM (com.vmware.vmc.model_client.ConnectivityAgentValidation attribute)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.ConnectivityAgentValidation.SOURCE_VCENTER">SOURCE_VCENTER (com.vmware.vmc.model_client.ConnectivityAgentValidation attribute)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.ConnectivityAgentValidation.SOURCE_VR">SOURCE_VR (com.vmware.vmc.model_client.ConnectivityAgentValidation attribute)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.SslvpnDashboardStats">SslvpnDashboardStats (class in com.vmware.vmc.model_client)</a>
|
||||
</li>
|
||||
@ -1227,6 +1298,8 @@
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.StubFactory">StubFactory (class in com.vmware.vmc.model_client)</a>
|
||||
|
||||
<ul>
|
||||
<li><a href="com.vmware.vmc.orgs.html#com.vmware.vmc.orgs.account_link_client.StubFactory">(class in com.vmware.vmc.orgs.account_link_client)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.orgs.html#com.vmware.vmc.orgs.reservations_client.StubFactory">(class in com.vmware.vmc.orgs.reservations_client)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.orgs.sddcs.html#com.vmware.vmc.orgs.sddcs.dns_client.StubFactory">(class in com.vmware.vmc.orgs.sddcs.dns_client)</a>
|
||||
@ -1262,6 +1335,10 @@
|
||||
<li><a href="com.vmware.vmc.orgs.sddcs.html#com.vmware.vmc.orgs.sddcs.networks_client.StubFactory">(class in com.vmware.vmc.orgs.sddcs.networks_client)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.orgs.html#com.vmware.vmc.orgs.sddcs_client.StubFactory">(class in com.vmware.vmc.orgs.sddcs_client)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.orgs.html#com.vmware.vmc.orgs.storage_client.StubFactory">(class in com.vmware.vmc.orgs.storage_client)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.orgs.html#com.vmware.vmc.orgs.subscriptions_client.StubFactory">(class in com.vmware.vmc.orgs.subscriptions_client)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.orgs.html#com.vmware.vmc.orgs.tbrs_client.StubFactory">(class in com.vmware.vmc.orgs.tbrs_client)</a>
|
||||
</li>
|
||||
@ -1279,6 +1356,8 @@
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.Subnets">Subnets (class in com.vmware.vmc.model_client)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.SubscriptionDetails">SubscriptionDetails (class in com.vmware.vmc.model_client)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.SubscriptionProducts">SubscriptionProducts (class in com.vmware.vmc.model_client)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.SubscriptionRequest">SubscriptionRequest (class in com.vmware.vmc.model_client)</a>
|
||||
</li>
|
||||
@ -1290,6 +1369,8 @@
|
||||
<li><a href="com.vmware.vmc.orgs.html#com.vmware.vmc.orgs.tbrs_client.SupportWindow">(class in com.vmware.vmc.orgs.tbrs_client)</a>
|
||||
</li>
|
||||
</ul></li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.SupportWindowId">SupportWindowId (class in com.vmware.vmc.model_client)</a>
|
||||
</li>
|
||||
</ul></td>
|
||||
</tr></table>
|
||||
|
||||
@ -1331,6 +1412,8 @@
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.PopAmiInfo.TYPE_CENTOS">TYPE_CENTOS (com.vmware.vmc.model_client.PopAmiInfo attribute)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.ConnectivityAgentValidation.TYPE_CONNECTIVITY">TYPE_CONNECTIVITY (com.vmware.vmc.model_client.ConnectivityAgentValidation attribute)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.ConnectivityAgentValidation.TYPE_CURL">TYPE_CURL (com.vmware.vmc.model_client.ConnectivityAgentValidation attribute)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.ConnectivityAgentValidation.TYPE_DNS">TYPE_DNS (com.vmware.vmc.model_client.ConnectivityAgentValidation attribute)</a>
|
||||
</li>
|
||||
@ -1382,7 +1465,19 @@
|
||||
<h2 id="V">V</h2>
|
||||
<table style="width: 100%" class="indextable genindextable"><tr>
|
||||
<td style="width: 33%; vertical-align: top;"><ul>
|
||||
<li><a href="vmware.vapi.vmc.html#vmware.vapi.vmc.client.VmcClient">VmcClient (class in vmware.vapi.vmc.client)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.VmcLocale">VmcLocale (class in com.vmware.vmc.model_client)</a>
|
||||
</li>
|
||||
<li><a href="vmware.html#module-vmware">vmware (module)</a>
|
||||
</li>
|
||||
<li><a href="vmware.vapi.html#module-vmware.vapi">vmware.vapi (module)</a>
|
||||
</li>
|
||||
<li><a href="vmware.vapi.vmc.html#module-vmware.vapi.vmc">vmware.vapi.vmc (module)</a>
|
||||
</li>
|
||||
<li><a href="vmware.vapi.vmc.html#module-vmware.vapi.vmc.client">vmware.vapi.vmc.client (module)</a>
|
||||
</li>
|
||||
<li><a href="vmware.vapi.vmc.html#module-vmware.vapi.vmc.csp_filter">vmware.vapi.vmc.csp_filter (module)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.Vnic">Vnic (class in com.vmware.vmc.model_client)</a>
|
||||
</li>
|
||||
@ -1400,14 +1495,14 @@
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.FirewallRuleScope.VNIC_GROUP_IDS_VNIC_INDEX_4">VNIC_GROUP_IDS_VNIC_INDEX_4 (com.vmware.vmc.model_client.FirewallRuleScope attribute)</a>
|
||||
</li>
|
||||
</ul></td>
|
||||
<td style="width: 33%; vertical-align: top;"><ul>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.FirewallRuleScope.VNIC_GROUP_IDS_VNIC_INDEX_5">VNIC_GROUP_IDS_VNIC_INDEX_5 (com.vmware.vmc.model_client.FirewallRuleScope attribute)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.FirewallRuleScope.VNIC_GROUP_IDS_VNIC_INDEX_6">VNIC_GROUP_IDS_VNIC_INDEX_6 (com.vmware.vmc.model_client.FirewallRuleScope attribute)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.FirewallRuleScope.VNIC_GROUP_IDS_VNIC_INDEX_7">VNIC_GROUP_IDS_VNIC_INDEX_7 (com.vmware.vmc.model_client.FirewallRuleScope attribute)</a>
|
||||
</li>
|
||||
</ul></td>
|
||||
<td style="width: 33%; vertical-align: top;"><ul>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.FirewallRuleScope.VNIC_GROUP_IDS_VNIC_INDEX_8">VNIC_GROUP_IDS_VNIC_INDEX_8 (com.vmware.vmc.model_client.FirewallRuleScope attribute)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.FirewallRuleScope.VNIC_GROUP_IDS_VNIC_INDEX_9">VNIC_GROUP_IDS_VNIC_INDEX_9 (com.vmware.vmc.model_client.FirewallRuleScope attribute)</a>
|
||||
@ -1431,6 +1526,8 @@
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.VpnTunnelStatus">VpnTunnelStatus (class in com.vmware.vmc.model_client)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.VpnTunnelTrafficStats">VpnTunnelTrafficStats (class in com.vmware.vmc.model_client)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.VsanConfigConstraints">VsanConfigConstraints (class in com.vmware.vmc.model_client)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.VsanEncryptionConfig">VsanEncryptionConfig (class in com.vmware.vmc.model_client)</a>
|
||||
</li>
|
||||
@ -1449,7 +1546,7 @@
|
||||
|
||||
<div role="contentinfo">
|
||||
<p>
|
||||
© Copyright 2018, VMware, Inc.
|
||||
© Copyright 2019, VMware, Inc.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
@ -1474,7 +1571,7 @@
|
||||
<script type="text/javascript" src="_static/jquery.js"></script>
|
||||
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||
<script async="async" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
|
||||
<script type="text/javascript" src="_static/language_data.js"></script>
|
||||
|
||||
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Welcome to VMware Cloud on AWS Console API’s documentation! — VMware Cloud on AWS Console API 1.3.0 documentation</title>
|
||||
<title>Welcome to VMware Cloud on AWS Console API’s documentation! — VMware Cloud on AWS Console API 1.3.1 documentation</title>
|
||||
|
||||
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
1.3.0
|
||||
1.3.1
|
||||
</div>
|
||||
|
||||
|
||||
@ -84,6 +84,7 @@
|
||||
<p class="caption"><span class="caption-text">Contents:</span></p>
|
||||
<ul>
|
||||
<li class="toctree-l1"><a class="reference internal" href="com.html">com package</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="vmware.html">vmware package</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
@ -172,8 +173,11 @@
|
||||
</ul>
|
||||
</li>
|
||||
<li class="toctree-l8"><a class="reference internal" href="com.vmware.vmc.orgs.html#submodules">Submodules</a></li>
|
||||
<li class="toctree-l8"><a class="reference internal" href="com.vmware.vmc.orgs.html#module-com.vmware.vmc.orgs.account_link_client">com.vmware.vmc.orgs.account_link_client module</a></li>
|
||||
<li class="toctree-l8"><a class="reference internal" href="com.vmware.vmc.orgs.html#module-com.vmware.vmc.orgs.reservations_client">com.vmware.vmc.orgs.reservations_client module</a></li>
|
||||
<li class="toctree-l8"><a class="reference internal" href="com.vmware.vmc.orgs.html#module-com.vmware.vmc.orgs.sddcs_client">com.vmware.vmc.orgs.sddcs_client module</a></li>
|
||||
<li class="toctree-l8"><a class="reference internal" href="com.vmware.vmc.orgs.html#module-com.vmware.vmc.orgs.storage_client">com.vmware.vmc.orgs.storage_client module</a></li>
|
||||
<li class="toctree-l8"><a class="reference internal" href="com.vmware.vmc.orgs.html#module-com.vmware.vmc.orgs.subscriptions_client">com.vmware.vmc.orgs.subscriptions_client module</a></li>
|
||||
<li class="toctree-l8"><a class="reference internal" href="com.vmware.vmc.orgs.html#module-com.vmware.vmc.orgs.tbrs_client">com.vmware.vmc.orgs.tbrs_client module</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
@ -194,6 +198,24 @@
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="vmware.html">vmware package</a><ul>
|
||||
<li class="toctree-l2"><a class="reference internal" href="vmware.html#subpackages">Subpackages</a><ul>
|
||||
<li class="toctree-l3"><a class="reference internal" href="vmware.vapi.html">vmware.vapi package</a><ul>
|
||||
<li class="toctree-l4"><a class="reference internal" href="vmware.vapi.html#subpackages">Subpackages</a><ul>
|
||||
<li class="toctree-l5"><a class="reference internal" href="vmware.vapi.vmc.html">vmware.vapi.vmc package</a><ul>
|
||||
<li class="toctree-l6"><a class="reference internal" href="vmware.vapi.vmc.html#submodules">Submodules</a></li>
|
||||
<li class="toctree-l6"><a class="reference internal" href="vmware.vapi.vmc.html#module-vmware.vapi.vmc.client">vmware.vapi.vmc.client module</a></li>
|
||||
<li class="toctree-l6"><a class="reference internal" href="vmware.vapi.vmc.html#module-vmware.vapi.vmc.csp_filter">vmware.vapi.vmc.csp_filter module</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@ -224,7 +246,7 @@
|
||||
|
||||
<div role="contentinfo">
|
||||
<p>
|
||||
© Copyright 2018, VMware, Inc.
|
||||
© Copyright 2019, VMware, Inc.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
@ -249,7 +271,7 @@
|
||||
<script type="text/javascript" src="_static/jquery.js"></script>
|
||||
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||
<script async="async" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
|
||||
<script type="text/javascript" src="_static/language_data.js"></script>
|
||||
|
||||
|
||||
|
||||
|
BIN
vmc/objects.inv
BIN
vmc/objects.inv
Binary file not shown.
@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Python Module Index — VMware Cloud on AWS Console API 1.3.0 documentation</title>
|
||||
<title>Python Module Index — VMware Cloud on AWS Console API 1.3.1 documentation</title>
|
||||
|
||||
|
||||
|
||||
@ -59,7 +59,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
1.3.0
|
||||
1.3.1
|
||||
</div>
|
||||
|
||||
|
||||
@ -86,6 +86,7 @@
|
||||
<p class="caption"><span class="caption-text">Contents:</span></p>
|
||||
<ul>
|
||||
<li class="toctree-l1"><a class="reference internal" href="com.html">com package</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="vmware.html">vmware package</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
@ -150,7 +151,8 @@
|
||||
<h1>Python Module Index</h1>
|
||||
|
||||
<div class="modindex-jumpbox">
|
||||
<a href="#cap-c"><strong>c</strong></a>
|
||||
<a href="#cap-c"><strong>c</strong></a> |
|
||||
<a href="#cap-v"><strong>v</strong></a>
|
||||
</div>
|
||||
|
||||
<table class="indextable modindextable">
|
||||
@ -183,6 +185,11 @@
|
||||
<td>   
|
||||
<a href="com.vmware.vmc.orgs.html#module-com.vmware.vmc.orgs"><code class="xref">com.vmware.vmc.orgs</code></a></td><td>
|
||||
<em></em></td></tr>
|
||||
<tr class="cg-1">
|
||||
<td></td>
|
||||
<td>   
|
||||
<a href="com.vmware.vmc.orgs.html#module-com.vmware.vmc.orgs.account_link_client"><code class="xref">com.vmware.vmc.orgs.account_link_client</code></a></td><td>
|
||||
<em></em></td></tr>
|
||||
<tr class="cg-1">
|
||||
<td></td>
|
||||
<td>   
|
||||
@ -313,6 +320,16 @@
|
||||
<td>   
|
||||
<a href="com.vmware.vmc.orgs.html#module-com.vmware.vmc.orgs.sddcs_client"><code class="xref">com.vmware.vmc.orgs.sddcs_client</code></a></td><td>
|
||||
<em></em></td></tr>
|
||||
<tr class="cg-1">
|
||||
<td></td>
|
||||
<td>   
|
||||
<a href="com.vmware.vmc.orgs.html#module-com.vmware.vmc.orgs.storage_client"><code class="xref">com.vmware.vmc.orgs.storage_client</code></a></td><td>
|
||||
<em></em></td></tr>
|
||||
<tr class="cg-1">
|
||||
<td></td>
|
||||
<td>   
|
||||
<a href="com.vmware.vmc.orgs.html#module-com.vmware.vmc.orgs.subscriptions_client"><code class="xref">com.vmware.vmc.orgs.subscriptions_client</code></a></td><td>
|
||||
<em></em></td></tr>
|
||||
<tr class="cg-1">
|
||||
<td></td>
|
||||
<td>   
|
||||
@ -328,6 +345,35 @@
|
||||
<td>   
|
||||
<a href="com.vmware.html#module-com.vmware.vmc_client"><code class="xref">com.vmware.vmc_client</code></a></td><td>
|
||||
<em></em></td></tr>
|
||||
<tr class="pcap"><td></td><td> </td><td></td></tr>
|
||||
<tr class="cap" id="cap-v"><td></td><td>
|
||||
<strong>v</strong></td><td></td></tr>
|
||||
<tr>
|
||||
<td><img src="_static/minus.png" class="toggler"
|
||||
id="toggle-2" style="display: none" alt="-" /></td>
|
||||
<td>
|
||||
<a href="vmware.html#module-vmware"><code class="xref">vmware</code></a></td><td>
|
||||
<em></em></td></tr>
|
||||
<tr class="cg-2">
|
||||
<td></td>
|
||||
<td>   
|
||||
<a href="vmware.vapi.html#module-vmware.vapi"><code class="xref">vmware.vapi</code></a></td><td>
|
||||
<em></em></td></tr>
|
||||
<tr class="cg-2">
|
||||
<td></td>
|
||||
<td>   
|
||||
<a href="vmware.vapi.vmc.html#module-vmware.vapi.vmc"><code class="xref">vmware.vapi.vmc</code></a></td><td>
|
||||
<em></em></td></tr>
|
||||
<tr class="cg-2">
|
||||
<td></td>
|
||||
<td>   
|
||||
<a href="vmware.vapi.vmc.html#module-vmware.vapi.vmc.client"><code class="xref">vmware.vapi.vmc.client</code></a></td><td>
|
||||
<em></em></td></tr>
|
||||
<tr class="cg-2">
|
||||
<td></td>
|
||||
<td>   
|
||||
<a href="vmware.vapi.vmc.html#module-vmware.vapi.vmc.csp_filter"><code class="xref">vmware.vapi.vmc.csp_filter</code></a></td><td>
|
||||
<em></em></td></tr>
|
||||
</table>
|
||||
|
||||
|
||||
@ -341,7 +387,7 @@
|
||||
|
||||
<div role="contentinfo">
|
||||
<p>
|
||||
© Copyright 2018, VMware, Inc.
|
||||
© Copyright 2019, VMware, Inc.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
@ -366,7 +412,7 @@
|
||||
<script type="text/javascript" src="_static/jquery.js"></script>
|
||||
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||
<script async="async" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
|
||||
<script type="text/javascript" src="_static/language_data.js"></script>
|
||||
|
||||
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Search — VMware Cloud on AWS Console API 1.3.0 documentation</title>
|
||||
<title>Search — VMware Cloud on AWS Console API 1.3.1 documentation</title>
|
||||
|
||||
|
||||
|
||||
@ -56,7 +56,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
1.3.0
|
||||
1.3.1
|
||||
</div>
|
||||
|
||||
|
||||
@ -83,6 +83,7 @@
|
||||
<p class="caption"><span class="caption-text">Contents:</span></p>
|
||||
<ul>
|
||||
<li class="toctree-l1"><a class="reference internal" href="com.html">com package</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="vmware.html">vmware package</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
@ -169,7 +170,7 @@
|
||||
|
||||
<div role="contentinfo">
|
||||
<p>
|
||||
© Copyright 2018, VMware, Inc.
|
||||
© Copyright 2019, VMware, Inc.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
@ -194,7 +195,7 @@
|
||||
<script type="text/javascript" src="_static/jquery.js"></script>
|
||||
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||
<script async="async" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
|
||||
<script type="text/javascript" src="_static/language_data.js"></script>
|
||||
<script type="text/javascript" src="_static/searchtools.js"></script>
|
||||
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
241
vmc/vmware.html
Normal file
241
vmc/vmware.html
Normal file
@ -0,0 +1,241 @@
|
||||
|
||||
|
||||
<!DOCTYPE html>
|
||||
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
|
||||
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>vmware package — VMware Cloud on AWS Console API 1.3.1 documentation</title>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
|
||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||
<link rel="index" title="Index" href="genindex.html" />
|
||||
<link rel="search" title="Search" href="search.html" />
|
||||
<link rel="next" title="vmware.vapi package" href="vmware.vapi.html" />
|
||||
<link rel="prev" title="com.vmware.vmc.orgs.sddcs.networks.edges.statistics package" href="com.vmware.vmc.orgs.sddcs.networks.edges.statistics.html" />
|
||||
|
||||
|
||||
<script src="_static/js/modernizr.min.js"></script>
|
||||
|
||||
</head>
|
||||
|
||||
<body class="wy-body-for-nav">
|
||||
|
||||
|
||||
<div class="wy-grid-for-nav">
|
||||
|
||||
|
||||
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
|
||||
<div class="wy-side-scroll">
|
||||
<div class="wy-side-nav-search">
|
||||
|
||||
|
||||
|
||||
<a href="index.html" class="icon icon-home"> VMware Cloud on AWS Console API
|
||||
|
||||
|
||||
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="version">
|
||||
1.3.1
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div role="search">
|
||||
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
|
||||
<input type="text" name="q" placeholder="Search docs" />
|
||||
<input type="hidden" name="check_keywords" value="yes" />
|
||||
<input type="hidden" name="area" value="default" />
|
||||
</form>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<p class="caption"><span class="caption-text">Contents:</span></p>
|
||||
<ul class="current">
|
||||
<li class="toctree-l1"><a class="reference internal" href="com.html">com package</a></li>
|
||||
<li class="toctree-l1 current"><a class="current reference internal" href="#">vmware package</a><ul>
|
||||
<li class="toctree-l2"><a class="reference internal" href="#subpackages">Subpackages</a><ul>
|
||||
<li class="toctree-l3"><a class="reference internal" href="vmware.vapi.html">vmware.vapi package</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
|
||||
|
||||
|
||||
<nav class="wy-nav-top" aria-label="top navigation">
|
||||
|
||||
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
|
||||
<a href="index.html">VMware Cloud on AWS Console API</a>
|
||||
|
||||
</nav>
|
||||
|
||||
|
||||
<div class="wy-nav-content">
|
||||
|
||||
<div class="rst-content">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div role="navigation" aria-label="breadcrumbs navigation">
|
||||
|
||||
<ul class="wy-breadcrumbs">
|
||||
|
||||
<li><a href="index.html">Docs</a> »</li>
|
||||
|
||||
<li>vmware package</li>
|
||||
|
||||
|
||||
<li class="wy-breadcrumbs-aside">
|
||||
|
||||
|
||||
<a href="_sources/vmware.rst.txt" rel="nofollow"> View page source</a>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
|
||||
<div itemprop="articleBody">
|
||||
|
||||
<div class="section" id="module-vmware">
|
||||
<span id="vmware-package"></span><h1>vmware package<a class="headerlink" href="#module-vmware" title="Permalink to this headline">¶</a></h1>
|
||||
<div class="section" id="subpackages">
|
||||
<h2>Subpackages<a class="headerlink" href="#subpackages" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="toctree-wrapper compound">
|
||||
<ul>
|
||||
<li class="toctree-l1"><a class="reference internal" href="vmware.vapi.html">vmware.vapi package</a><ul>
|
||||
<li class="toctree-l2"><a class="reference internal" href="vmware.vapi.html#subpackages">Subpackages</a><ul>
|
||||
<li class="toctree-l3"><a class="reference internal" href="vmware.vapi.vmc.html">vmware.vapi.vmc package</a><ul>
|
||||
<li class="toctree-l4"><a class="reference internal" href="vmware.vapi.vmc.html#submodules">Submodules</a></li>
|
||||
<li class="toctree-l4"><a class="reference internal" href="vmware.vapi.vmc.html#module-vmware.vapi.vmc.client">vmware.vapi.vmc.client module</a></li>
|
||||
<li class="toctree-l4"><a class="reference internal" href="vmware.vapi.vmc.html#module-vmware.vapi.vmc.csp_filter">vmware.vapi.vmc.csp_filter module</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<footer>
|
||||
|
||||
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
|
||||
|
||||
<a href="vmware.vapi.html" class="btn btn-neutral float-right" title="vmware.vapi package" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
|
||||
|
||||
|
||||
<a href="com.vmware.vmc.orgs.sddcs.networks.edges.statistics.html" class="btn btn-neutral" title="com.vmware.vmc.orgs.sddcs.networks.edges.statistics package" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<hr/>
|
||||
|
||||
<div role="contentinfo">
|
||||
<p>
|
||||
© Copyright 2019, VMware, Inc.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
|
||||
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
|
||||
<script type="text/javascript" src="_static/jquery.js"></script>
|
||||
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||
<script type="text/javascript" src="_static/language_data.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script type="text/javascript" src="_static/js/theme.js"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
jQuery(function () {
|
||||
SphinxRtdTheme.Navigation.enable(true);
|
||||
});
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
240
vmc/vmware.vapi.html
Normal file
240
vmc/vmware.vapi.html
Normal file
@ -0,0 +1,240 @@
|
||||
|
||||
|
||||
<!DOCTYPE html>
|
||||
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
|
||||
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>vmware.vapi package — VMware Cloud on AWS Console API 1.3.1 documentation</title>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
|
||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||
<link rel="index" title="Index" href="genindex.html" />
|
||||
<link rel="search" title="Search" href="search.html" />
|
||||
<link rel="next" title="vmware.vapi.vmc package" href="vmware.vapi.vmc.html" />
|
||||
<link rel="prev" title="vmware package" href="vmware.html" />
|
||||
|
||||
|
||||
<script src="_static/js/modernizr.min.js"></script>
|
||||
|
||||
</head>
|
||||
|
||||
<body class="wy-body-for-nav">
|
||||
|
||||
|
||||
<div class="wy-grid-for-nav">
|
||||
|
||||
|
||||
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
|
||||
<div class="wy-side-scroll">
|
||||
<div class="wy-side-nav-search">
|
||||
|
||||
|
||||
|
||||
<a href="index.html" class="icon icon-home"> VMware Cloud on AWS Console API
|
||||
|
||||
|
||||
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="version">
|
||||
1.3.1
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div role="search">
|
||||
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
|
||||
<input type="text" name="q" placeholder="Search docs" />
|
||||
<input type="hidden" name="check_keywords" value="yes" />
|
||||
<input type="hidden" name="area" value="default" />
|
||||
</form>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<p class="caption"><span class="caption-text">Contents:</span></p>
|
||||
<ul class="current">
|
||||
<li class="toctree-l1"><a class="reference internal" href="com.html">com package</a></li>
|
||||
<li class="toctree-l1 current"><a class="reference internal" href="vmware.html">vmware package</a><ul class="current">
|
||||
<li class="toctree-l2 current"><a class="reference internal" href="vmware.html#subpackages">Subpackages</a><ul class="current">
|
||||
<li class="toctree-l3 current"><a class="current reference internal" href="#">vmware.vapi package</a><ul>
|
||||
<li class="toctree-l4"><a class="reference internal" href="#subpackages">Subpackages</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
|
||||
|
||||
|
||||
<nav class="wy-nav-top" aria-label="top navigation">
|
||||
|
||||
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
|
||||
<a href="index.html">VMware Cloud on AWS Console API</a>
|
||||
|
||||
</nav>
|
||||
|
||||
|
||||
<div class="wy-nav-content">
|
||||
|
||||
<div class="rst-content">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div role="navigation" aria-label="breadcrumbs navigation">
|
||||
|
||||
<ul class="wy-breadcrumbs">
|
||||
|
||||
<li><a href="index.html">Docs</a> »</li>
|
||||
|
||||
<li><a href="vmware.html">vmware package</a> »</li>
|
||||
|
||||
<li>vmware.vapi package</li>
|
||||
|
||||
|
||||
<li class="wy-breadcrumbs-aside">
|
||||
|
||||
|
||||
<a href="_sources/vmware.vapi.rst.txt" rel="nofollow"> View page source</a>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
|
||||
<div itemprop="articleBody">
|
||||
|
||||
<div class="section" id="module-vmware.vapi">
|
||||
<span id="vmware-vapi-package"></span><h1>vmware.vapi package<a class="headerlink" href="#module-vmware.vapi" title="Permalink to this headline">¶</a></h1>
|
||||
<div class="section" id="subpackages">
|
||||
<h2>Subpackages<a class="headerlink" href="#subpackages" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="toctree-wrapper compound">
|
||||
<ul>
|
||||
<li class="toctree-l1"><a class="reference internal" href="vmware.vapi.vmc.html">vmware.vapi.vmc package</a><ul>
|
||||
<li class="toctree-l2"><a class="reference internal" href="vmware.vapi.vmc.html#submodules">Submodules</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="vmware.vapi.vmc.html#module-vmware.vapi.vmc.client">vmware.vapi.vmc.client module</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="vmware.vapi.vmc.html#module-vmware.vapi.vmc.csp_filter">vmware.vapi.vmc.csp_filter module</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<footer>
|
||||
|
||||
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
|
||||
|
||||
<a href="vmware.vapi.vmc.html" class="btn btn-neutral float-right" title="vmware.vapi.vmc package" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
|
||||
|
||||
|
||||
<a href="vmware.html" class="btn btn-neutral" title="vmware package" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<hr/>
|
||||
|
||||
<div role="contentinfo">
|
||||
<p>
|
||||
© Copyright 2019, VMware, Inc.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
|
||||
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
|
||||
<script type="text/javascript" src="_static/jquery.js"></script>
|
||||
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||
<script type="text/javascript" src="_static/language_data.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script type="text/javascript" src="_static/js/theme.js"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
jQuery(function () {
|
||||
SphinxRtdTheme.Navigation.enable(true);
|
||||
});
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
366
vmc/vmware.vapi.vmc.html
Normal file
366
vmc/vmware.vapi.vmc.html
Normal file
@ -0,0 +1,366 @@
|
||||
|
||||
|
||||
<!DOCTYPE html>
|
||||
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
|
||||
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>vmware.vapi.vmc package — VMware Cloud on AWS Console API 1.3.1 documentation</title>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
|
||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||
<link rel="index" title="Index" href="genindex.html" />
|
||||
<link rel="search" title="Search" href="search.html" />
|
||||
<link rel="prev" title="vmware.vapi package" href="vmware.vapi.html" />
|
||||
|
||||
|
||||
<script src="_static/js/modernizr.min.js"></script>
|
||||
|
||||
</head>
|
||||
|
||||
<body class="wy-body-for-nav">
|
||||
|
||||
|
||||
<div class="wy-grid-for-nav">
|
||||
|
||||
|
||||
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
|
||||
<div class="wy-side-scroll">
|
||||
<div class="wy-side-nav-search">
|
||||
|
||||
|
||||
|
||||
<a href="index.html" class="icon icon-home"> VMware Cloud on AWS Console API
|
||||
|
||||
|
||||
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="version">
|
||||
1.3.1
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div role="search">
|
||||
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
|
||||
<input type="text" name="q" placeholder="Search docs" />
|
||||
<input type="hidden" name="check_keywords" value="yes" />
|
||||
<input type="hidden" name="area" value="default" />
|
||||
</form>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<p class="caption"><span class="caption-text">Contents:</span></p>
|
||||
<ul class="current">
|
||||
<li class="toctree-l1"><a class="reference internal" href="com.html">com package</a></li>
|
||||
<li class="toctree-l1 current"><a class="reference internal" href="vmware.html">vmware package</a><ul class="current">
|
||||
<li class="toctree-l2 current"><a class="reference internal" href="vmware.html#subpackages">Subpackages</a><ul class="current">
|
||||
<li class="toctree-l3 current"><a class="reference internal" href="vmware.vapi.html">vmware.vapi package</a><ul class="current">
|
||||
<li class="toctree-l4 current"><a class="reference internal" href="vmware.vapi.html#subpackages">Subpackages</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
|
||||
|
||||
|
||||
<nav class="wy-nav-top" aria-label="top navigation">
|
||||
|
||||
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
|
||||
<a href="index.html">VMware Cloud on AWS Console API</a>
|
||||
|
||||
</nav>
|
||||
|
||||
|
||||
<div class="wy-nav-content">
|
||||
|
||||
<div class="rst-content">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div role="navigation" aria-label="breadcrumbs navigation">
|
||||
|
||||
<ul class="wy-breadcrumbs">
|
||||
|
||||
<li><a href="index.html">Docs</a> »</li>
|
||||
|
||||
<li><a href="vmware.html">vmware package</a> »</li>
|
||||
|
||||
<li><a href="vmware.vapi.html">vmware.vapi package</a> »</li>
|
||||
|
||||
<li>vmware.vapi.vmc package</li>
|
||||
|
||||
|
||||
<li class="wy-breadcrumbs-aside">
|
||||
|
||||
|
||||
<a href="_sources/vmware.vapi.vmc.rst.txt" rel="nofollow"> View page source</a>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
<hr/>
|
||||
</div>
|
||||
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
|
||||
<div itemprop="articleBody">
|
||||
|
||||
<div class="section" id="module-vmware.vapi.vmc">
|
||||
<span id="vmware-vapi-vmc-package"></span><h1>vmware.vapi.vmc package<a class="headerlink" href="#module-vmware.vapi.vmc" title="Permalink to this headline">¶</a></h1>
|
||||
<div class="section" id="submodules">
|
||||
<h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this headline">¶</a></h2>
|
||||
</div>
|
||||
<div class="section" id="module-vmware.vapi.vmc.client">
|
||||
<span id="vmware-vapi-vmc-client-module"></span><h2>vmware.vapi.vmc.client module<a class="headerlink" href="#module-vmware.vapi.vmc.client" title="Permalink to this headline">¶</a></h2>
|
||||
<p>CSP Refresh token based SecurityContextFilter</p>
|
||||
<dl class="class">
|
||||
<dt id="vmware.vapi.vmc.client.VmcClient">
|
||||
<em class="property">class </em><code class="descclassname">vmware.vapi.vmc.client.</code><code class="descname">VmcClient</code><span class="sig-paren">(</span><em>session</em>, <em>refresh_token</em>, <em>vmc_url</em>, <em>csp_url</em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vapi.vmc.client.VmcClient" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.ApiClient</span></code></p>
|
||||
<p>VMC Client class that providess access to stubs for all the services in the
|
||||
VMC API</p>
|
||||
<p>Initialize VmcClient by creating a stub factory instance using a CSP
|
||||
Security context filter added to the filter chain of the connector</p>
|
||||
<table class="docutils field-list" frame="void" rules="none">
|
||||
<col class="field-name" />
|
||||
<col class="field-body" />
|
||||
<tbody valign="top">
|
||||
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple">
|
||||
<li><strong>session</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">requests.Session</span></code>) – Requests HTTP session instance</li>
|
||||
<li><strong>refresh_token</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code>) – Refresh token obtained from CSP</li>
|
||||
<li><strong>vmc_url</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code>) – URL of the VMC service</li>
|
||||
<li><strong>csp_url</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code>) – URL of the CSP service</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="function">
|
||||
<dt id="vmware.vapi.vmc.client.create_vmc_client">
|
||||
<code class="descclassname">vmware.vapi.vmc.client.</code><code class="descname">create_vmc_client</code><span class="sig-paren">(</span><em>refresh_token</em>, <em>session=None</em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vapi.vmc.client.create_vmc_client" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Helper method to create an instance of the VMC API client using the public
|
||||
VMC and CSP URL.</p>
|
||||
<table class="docutils field-list" frame="void" rules="none">
|
||||
<col class="field-name" />
|
||||
<col class="field-body" />
|
||||
<tbody valign="top">
|
||||
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple">
|
||||
<li><strong>refresh_token</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code>) – Refresh token obtained from CSP</li>
|
||||
<li><strong>session</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">requests.Session</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – Requests HTTP session instance. If not specified, then one
|
||||
is automatically created and used</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="field-even field"><th class="field-name">Return type:</th><td class="field-body"><p class="first"><a class="reference internal" href="#vmware.vapi.vmc.client.VmcClient" title="vmware.vapi.vmc.client.VmcClient"><code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.vmc.client.VmcClient</span></code></a></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="field-odd field"><th class="field-name">Returns:</th><td class="field-body"><p class="first last">VMC Client instance</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</dd></dl>
|
||||
|
||||
</div>
|
||||
<div class="section" id="module-vmware.vapi.vmc.csp_filter">
|
||||
<span id="vmware-vapi-vmc-csp-filter-module"></span><h2>vmware.vapi.vmc.csp_filter module<a class="headerlink" href="#module-vmware.vapi.vmc.csp_filter" title="Permalink to this headline">¶</a></h2>
|
||||
<p>CSP Refresh token based SecurityContextFilter</p>
|
||||
<dl class="class">
|
||||
<dt id="vmware.vapi.vmc.csp_filter.CSPSecurityContextFilter">
|
||||
<em class="property">class </em><code class="descclassname">vmware.vapi.vmc.csp_filter.</code><code class="descname">CSPSecurityContextFilter</code><span class="sig-paren">(</span><em>session</em>, <em>refresh_token</em>, <em>refresh_url</em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vapi.vmc.csp_filter.CSPSecurityContextFilter" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.security.client.security_context_filter.SecurityContextFilter</span></code></p>
|
||||
<p>CSP Security Context filter in API Provider chain adds the security
|
||||
context based on a refresh token to the execution context passed in.</p>
|
||||
<p>Initialize SecurityContextFilter</p>
|
||||
<table class="docutils field-list" frame="void" rules="none">
|
||||
<col class="field-name" />
|
||||
<col class="field-body" />
|
||||
<tbody valign="top">
|
||||
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple">
|
||||
<li><strong>session</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">requests.Session</span></code>) – Requests Session object to use for making HTTP calls</li>
|
||||
<li><strong>refresh_token</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code>) – Refresh token to use for obtaining an access token</li>
|
||||
<li><strong>refresh_url</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code>) – URL that allows exchanging a refresh token for an
|
||||
access token</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<dl class="method">
|
||||
<dt id="vmware.vapi.vmc.csp_filter.CSPSecurityContextFilter.get_max_retries">
|
||||
<code class="descname">get_max_retries</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vapi.vmc.csp_filter.CSPSecurityContextFilter.get_max_retries" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Get the max number of retries</p>
|
||||
<table class="docutils field-list" frame="void" rules="none">
|
||||
<col class="field-name" />
|
||||
<col class="field-body" />
|
||||
<tbody valign="top">
|
||||
<tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><code class="xref py py-class docutils literal notranslate"><span class="pre">int</span></code></td>
|
||||
</tr>
|
||||
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">Number of retries</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="method">
|
||||
<dt id="vmware.vapi.vmc.csp_filter.CSPSecurityContextFilter.get_security_context">
|
||||
<code class="descname">get_security_context</code><span class="sig-paren">(</span><em>on_error</em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vapi.vmc.csp_filter.CSPSecurityContextFilter.get_security_context" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Retrieve security context. If this method is called after an error
|
||||
occured, then a new access token is obtained using the refresh token and
|
||||
a new security context is created.</p>
|
||||
<table class="docutils field-list" frame="void" rules="none">
|
||||
<col class="field-name" />
|
||||
<col class="field-body" />
|
||||
<tbody valign="top">
|
||||
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>on_error</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">bool</span></code>) – Whether this method is called after getting an error</td>
|
||||
</tr>
|
||||
<tr class="field-even field"><th class="field-name">Return type:</th><td class="field-body"><code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.core.SecurityContext</span></code></td>
|
||||
</tr>
|
||||
<tr class="field-odd field"><th class="field-name">Returns:</th><td class="field-body">Security context</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="method">
|
||||
<dt id="vmware.vapi.vmc.csp_filter.CSPSecurityContextFilter.should_retry">
|
||||
<code class="descname">should_retry</code><span class="sig-paren">(</span><em>error_value</em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vapi.vmc.csp_filter.CSPSecurityContextFilter.should_retry" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Returns whether the request should be retried or not based on the error
|
||||
specified.</p>
|
||||
<table class="docutils field-list" frame="void" rules="none">
|
||||
<col class="field-name" />
|
||||
<col class="field-body" />
|
||||
<tbody valign="top">
|
||||
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>error_value</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.data.value.ErrorValue</span></code>) – Method error</td>
|
||||
</tr>
|
||||
<tr class="field-even field"><th class="field-name">Return type:</th><td class="field-body"><code class="xref py py-class docutils literal notranslate"><span class="pre">bool</span></code></td>
|
||||
</tr>
|
||||
<tr class="field-odd field"><th class="field-name">Returns:</th><td class="field-body">Returns True if request should be retried in case the error is
|
||||
either Unauthenticated or Unauthorized else False</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</dd></dl>
|
||||
|
||||
</dd></dl>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<footer>
|
||||
|
||||
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
|
||||
|
||||
|
||||
<a href="vmware.vapi.html" class="btn btn-neutral" title="vmware.vapi package" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<hr/>
|
||||
|
||||
<div role="contentinfo">
|
||||
<p>
|
||||
© Copyright 2019, VMware, Inc.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
|
||||
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
|
||||
<script type="text/javascript" src="_static/jquery.js"></script>
|
||||
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||
<script type="text/javascript" src="_static/language_data.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script type="text/javascript" src="_static/js/theme.js"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
jQuery(function () {
|
||||
SphinxRtdTheme.Navigation.enable(true);
|
||||
});
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user